summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-11 01:07:41 +0200
committerSoispha <soispha@vhack.eu>2023-08-11 01:07:41 +0200
commit8634195fbd464a6e20a729ab296426350e1a2e32 (patch)
tree70547399ec1570138d3006a7a4e7485053f714c0 /system/services/default.nix
parentchore(version): v0.7.0 (diff)
parentFeat(system/services/snapper): Add (diff)
downloadnixos-server-8634195fbd464a6e20a729ab296426350e1a2e32.tar.gz
nixos-server-8634195fbd464a6e20a729ab296426350e1a2e32.zip
Merge: Branch 'snapper'
Diffstat (limited to 'system/services/default.nix')
-rw-r--r--system/services/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index 7bf26c3..8f5540f 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -10,5 +10,6 @@
     ./nix-sync
     ./openssh
     ./rust-motd
+    ./snapper
   ];
 }