aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-25 20:53:16 +0100
committerSilas Schöffel <sils@sils.li>2025-01-25 20:53:16 +0100
commit328ba2b8efc6ee8769c791b8fcd6a4a962debe63 (patch)
treeb9bafac33319ab1321e1cd32916078bdec0cb855 /hosts/by-name
parentfix(module/peertube): update emailhost (diff)
downloadnixos-server-328ba2b8efc6ee8769c791b8fcd6a4a962debe63.zip
feat(redlib): move to server2
Diffstat (limited to 'hosts/by-name')
-rw-r--r--hosts/by-name/server1/configuration.nix1
-rw-r--r--hosts/by-name/server2/configuration.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/hosts/by-name/server1/configuration.nix b/hosts/by-name/server1/configuration.nix
index 5b5ede6..20b375b 100644
--- a/hosts/by-name/server1/configuration.nix
+++ b/hosts/by-name/server1/configuration.nix
@@ -17,7 +17,6 @@
nginx.enable = true;
openssh.enable = true;
postgresql.enable = true;
- redlib.enable = true;
users.enable = true;
persist = {
enable = true;
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index 0e08f07..7bdb4d0 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -59,6 +59,7 @@
"/var/log"
];
};
+ redlib.enable = true;
rust-motd.enable = true;
users.enable = true;
};