summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cloud/packages.nix5
-rw-r--r--hosts/cloud/span/configuration.nix3
-rw-r--r--hosts/cloud/span/mail.nix1
-rw-r--r--hosts/local/fw11/configuration.nix5
4 files changed, 11 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"];
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix
index 69b51a2..11c09d1 100644
--- a/hosts/local/fw11/configuration.nix
+++ b/hosts/local/fw11/configuration.nix
@@ -34,6 +34,11 @@
# environment.systemPackages = [
# wrappers
# ];
+ #
+
+ nixpkgs.config = {
+ allowUnfree = true;
+ };
environment = {
etc = {
"sway/config".source = ./swayconfig;