diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
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 = { |