diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 19:44:46 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 19:44:46 +0100 |
commit | e18e720bb41cbc43645a9e77b1262dd3d08b4e71 (patch) | |
tree | b67cc4761c733d6cb63f748de6acc6b86f1b4b06 /hosts/by-name/server2/configuration.nix | |
parent | docs(README.md): Init (diff) | |
download | nixos-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.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 = { |