diff options
author | Soispha <soispha@vhack.eu> | 2023-08-11 01:07:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-11 01:07:41 +0200 |
commit | 8634195fbd464a6e20a729ab296426350e1a2e32 (patch) | |
tree | 70547399ec1570138d3006a7a4e7485053f714c0 /system/services/default.nix | |
parent | chore(version): v0.7.0 (diff) | |
parent | Feat(system/services/snapper): Add (diff) | |
download | nixos-server-8634195fbd464a6e20a729ab296426350e1a2e32.tar.gz nixos-server-8634195fbd464a6e20a729ab296426350e1a2e32.zip |
Merge: Branch 'snapper'
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 1 |
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 ]; } |