diff options
Diffstat (limited to '')
-rw-r--r-- | system/services/nix-sync/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/services/nix-sync/default.nix b/system/services/nix-sync/default.nix index 2a13010..44348c0 100644 --- a/system/services/nix-sync/default.nix +++ b/system/services/nix-sync/default.nix @@ -260,5 +260,3 @@ in { else lib.warnIf (cfg.group != "nix-sync") "The group (${cfg.group}) is not \"nix-sync\", thus you are responible for generating it."; }; } - - |