diff options
Diffstat (limited to 'system/services')
-rw-r--r-- | system/services/fail2ban/default.nix | 1 | ||||
-rw-r--r-- | system/services/mail/default.nix | 2 | ||||
-rw-r--r-- | system/services/nginx/default.nix | 2 | ||||
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 978 -> 976 bytes | |||
-rw-r--r-- | system/services/nix-sync/default.nix | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/system/services/fail2ban/default.nix b/system/services/fail2ban/default.nix index 3e6244b..43fd674 100644 --- a/system/services/fail2ban/default.nix +++ b/system/services/fail2ban/default.nix @@ -27,4 +27,3 @@ }; }; } - diff --git a/system/services/mail/default.nix b/system/services/mail/default.nix index f12a331..382a87f 100644 --- a/system/services/mail/default.nix +++ b/system/services/mail/default.nix @@ -39,5 +39,3 @@ in { } users; } - - diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix index f5af497..404c167 100644 --- a/system/services/nginx/default.nix +++ b/system/services/nginx/default.nix @@ -17,5 +17,3 @@ enable = true; }; } - - diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 8db389f..1590756 100644 --- a/system/services/nginx/hosts.nix +++ b/system/services/nginx/hosts.nix Binary files differdiff --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."; }; } - - |