diff options
author | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
commit | 218e599d2da06edee3a629d19a9f465fb71c9ad8 (patch) | |
tree | c37c52a4b0f42606792836384b94ed4c25863dce /system | |
parent | Merge: Branch 'update' (diff) | |
parent | Style(treewide): Format after removing vim lines (diff) | |
download | nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.tar.gz nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.zip |
Merge: Branch 'streamline'
Diffstat (limited to 'system')
-rw-r--r-- | system/disks/default.nix | 2 | ||||
-rw-r--r-- | system/secrets/default.nix | 2 | ||||
-rw-r--r-- | system/secrets/secrets.nix | 2 | ||||
-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 | 989 -> 976 bytes | |||
-rw-r--r-- | system/services/nix-sync/default.nix | 2 | ||||
-rw-r--r-- | system/users/default.nix | 2 |
9 files changed, 0 insertions, 15 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix index 5453426..f4e6935 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -80,5 +80,3 @@ in { }; }; } -# vim: ts=2 - diff --git a/system/secrets/default.nix b/system/secrets/default.nix index ac42c1c..3d92fe8 100644 --- a/system/secrets/default.nix +++ b/system/secrets/default.nix @@ -10,5 +10,3 @@ }; }; } -# vim: ts=2 - diff --git a/system/secrets/secrets.nix b/system/secrets/secrets.nix index 5070d38..cdaf50d 100644 --- a/system/secrets/secrets.nix +++ b/system/secrets/secrets.nix @@ -10,5 +10,3 @@ in { server1 ]; } -# vim: ts=2 - 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 0640fc7..382a87f 100644 --- a/system/services/mail/default.nix +++ b/system/services/mail/default.nix @@ -39,5 +39,3 @@ in { } users; } -# vim: ts=2 - diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix index b9a0754..404c167 100644 --- a/system/services/nginx/default.nix +++ b/system/services/nginx/default.nix @@ -17,5 +17,3 @@ enable = true; }; } -# vim: ts=2 - diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 03806c0..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 5c2ed80..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."; }; } -# vim: ts=2 - diff --git a/system/users/default.nix b/system/users/default.nix index 7ea88c5..822c94b 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -51,5 +51,3 @@ }; }; } -# vim: ts=2 - |