Deploy nidus sync 0.0.12, with mailer support.

This commit is contained in:
Eli Ribble 2026-04-18 00:02:06 +00:00
parent b2c43a4d3b
commit 2b379fa938
No known key found for this signature in database
7 changed files with 37 additions and 14 deletions

View file

@ -1,5 +1,18 @@
{ inputs, lib, pkgs, ...}:
{
environment.systemPackages = [
pkgs.google-chrome
# Create a wrapper for google-chrome command
(pkgs.writeShellScriptBin "google-chrome" ''
exec ${pkgs.google-chrome}/bin/google-chrome-stable "$@"
'')
];
fonts.packages = with pkgs; [
corefonts
liberation_ttf
];
fonts.fontDir.enable = true;
myModules.asterisk.enable = false;
myModules.caddy.enable = true;
myModules.qgis.enable = false;