diff options
author | polwex <polwex@sortug.com> | 2025-07-27 04:38:40 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-27 04:38:40 +0700 |
commit | cd6e43bc73c43643b06d42e3e025986f1e4edea1 (patch) | |
tree | 6f9ba688778d9ba01a933c97d6f1b354646df762 /hosts/cloud | |
parent | 2339fba37290774336fa517a417330e3ff788ba5 (diff) |
spanch
Diffstat (limited to 'hosts/cloud')
-rw-r--r-- | hosts/cloud/packages.nix | 5 | ||||
-rw-r--r-- | hosts/cloud/span/configuration.nix | 3 | ||||
-rw-r--r-- | hosts/cloud/span/mail.nix | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/hosts/cloud/packages.nix b/hosts/cloud/packages.nix index 64f2c95..a62b1f9 100644 --- a/hosts/cloud/packages.nix +++ b/hosts/cloud/packages.nix @@ -43,8 +43,9 @@ # networking curl - caddy # simple web server made with go - innernet + wget + # caddy # simple web server made with go + # innernet # s3 minio diff --git a/hosts/cloud/span/configuration.nix b/hosts/cloud/span/configuration.nix index cdf39d7..d887d37 100644 --- a/hosts/cloud/span/configuration.nix +++ b/hosts/cloud/span/configuration.nix @@ -8,9 +8,10 @@ }: { imports = [ # Include the results of the hardware scan. + ../../base.nix ./hardware-configuration.nix ./users.nix - # ./mail.nix + ./mail.nix ../packages.nix ./nginx.nix ]; diff --git a/hosts/cloud/span/mail.nix b/hosts/cloud/span/mail.nix index 69be6a9..beee817 100644 --- a/hosts/cloud/span/mail.nix +++ b/hosts/cloud/span/mail.nix @@ -4,6 +4,7 @@ ... }: { mailserver = { + stateVersion = 3; enable = true; fqdn = "mail.spandrell.ch"; domains = ["spandrell.ch"]; |