From 133feac387b6bffc8b9188155e01dfa06e257f53 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 7 Feb 2025 06:24:37 +0100 Subject: hosts/server3/websites: Host nix-sync on server3 --- hosts/by-name/server3/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/by-name/server3/configuration.nix') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index b87dc67..d819e81 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -1,4 +1,4 @@ -{config, ...}: { +{...}: { imports = [ ./networking.nix # network configuration that just works ./hardware.nix @@ -12,6 +12,10 @@ user = "u384702-sub4"; }; fail2ban.enable = true; + nix-sync = { + enable = true; + domains = import ./websites.nix {}; + }; mastodon = { enable = true; domain = "mastodon.vhack.eu"; -- cgit 1.4.1