about summary refs log tree commit diff stats
path: root/hosts/by-name/server2/configuration.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 19:44:46 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 19:44:46 +0100
commite18e720bb41cbc43645a9e77b1262dd3d08b4e71 (patch)
treeb67cc4761c733d6cb63f748de6acc6b86f1b4b06 /hosts/by-name/server2/configuration.nix
parentdocs(README.md): Init (diff)
downloadnixos-server-e18e720bb41cbc43645a9e77b1262dd3d08b4e71.zip
modules/nix-sync: Actually enable
This includes the obvious changes, ensuring that it follows our
current best-practices.
Diffstat (limited to 'hosts/by-name/server2/configuration.nix')
-rw-r--r--hosts/by-name/server2/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index 95f0ade..6909bdd 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -55,6 +55,10 @@
         "source.foss-syndicate.org" = "https://git.foss-syndicate.org/vhack.eu/nixos-server";
       };
     };
+    nix-sync = {
+      enable = true;
+      domains = import ./websites.nix {};
+    };
     nixconfig.enable = true;
     openssh.enable = true;
     persist = {