diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-18 10:58:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-25 15:54:58 +0530 |
commit | c2078d3e8be3bec0248c3f272ec6bebf46093196 (patch) | |
tree | 2e6c758c0e74d4a81aeab3cc5a3c1badea408897 /common.nix | |
parent | 58e6156436e348d48d335deadb46ecec46432621 (diff) |
kay/mail: init
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ in { disabledModules = [ "services/networking/pppd.nix" + "services/mail/stalwart-mail.nix" ]; imports = [ ./modules/userdata.nix @@ -15,6 +16,7 @@ in ./modules/dev.nix ./modules/pppd.nix + ./modules/stalwart-mail.nix ]; sops = { |