summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-02 14:19:21 +0200
committerSoispha <soispha@vhack.eu>2023-08-02 16:20:32 +0200
commit1256cabb7981cfed4bf02c70940c4553edc557a6 (patch)
tree0ab22864c9f9d0ed0039bb8c5244f328cf913a6d /system/services/default.nix
parentBuild(flake): Update (diff)
downloadnixos-server-1256cabb7981cfed4bf02c70940c4553edc557a6.tar.gz
nixos-server-1256cabb7981cfed4bf02c70940c4553edc557a6.zip
Feat(system/services/snapper): Add
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
   ];
 }