diff options
Diffstat (limited to 'systems/eldiron/websites/visio/default.nix')
-rw-r--r-- | systems/eldiron/websites/visio/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/eldiron/websites/visio/default.nix b/systems/eldiron/websites/visio/default.nix index 76d1960..0d2c96c 100644 --- a/systems/eldiron/websites/visio/default.nix +++ b/systems/eldiron/websites/visio/default.nix | |||
@@ -8,6 +8,9 @@ in { | |||
8 | }; | 8 | }; |
9 | 9 | ||
10 | config = lib.mkIf cfg.enable { | 10 | config = lib.mkIf cfg.enable { |
11 | services.borgBackup.profiles.global.includedPaths = [ | ||
12 | "galene" | ||
13 | ]; | ||
11 | myServices.dns.zones."immae.eu".subdomains.visio = | 14 | myServices.dns.zones."immae.eu".subdomains.visio = |
12 | with config.myServices.dns.helpers; ips servers.eldiron.ips.main; | 15 | with config.myServices.dns.helpers; ips servers.eldiron.ips.main; |
13 | 16 | ||