Deploy nidus sync 0.0.12, with mailer support.
This commit is contained in:
parent
b2c43a4d3b
commit
2b379fa938
7 changed files with 37 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue