From e18e720bb41cbc43645a9e77b1262dd3d08b4e71 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 4 Feb 2025 19:44:46 +0100 Subject: modules/nix-sync: Actually enable This includes the obvious changes, ensuring that it follows our current best-practices. --- hosts/by-name/server2/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/by-name/server2/configuration.nix') 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 = { -- cgit 1.4.1