summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index ba86b1e4..8e1462d9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -14,6 +14,7 @@
14 ./custom/tinc/def.nix 14 ./custom/tinc/def.nix
15 ./custom/tinc/yggdrasil.nix 15 ./custom/tinc/yggdrasil.nix
16 ./custom/uucp.nix 16 ./custom/uucp.nix
17 ./custom/btrfs-snapshots.nix
17 ]; 18 ];
18 19
19 system.stateVersion = "16.09"; 20 system.stateVersion = "16.09";
@@ -515,5 +516,7 @@
515 systemd.targets."multi-user".wants = ["gpscfg.timer"]; 516 systemd.targets."multi-user".wants = ["gpscfg.timer"];
516 517
517 systemd.services."NetworkManager-wait-online".enable = true; 518 systemd.services."NetworkManager-wait-online".enable = true;
519
520 services.btrfs-snapshots.enable = true;
518} 521}
519 522