summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-10 17:16:51 +0200
committerSoispha <soispha@vhack.eu>2023-07-19 15:54:18 +0200
commit20a566f32cbaf5f08a627ae4d4afb17f653779c4 (patch)
tree1e8f20b3020146d33b80347b43e6cd873619ea50
parentFeat(.editorconfig): Add the configuration for all files (diff)
downloadnixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.tar.gz
nixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.zip
Style(treewide): Format after removing vim lines
-rw-r--r--flake.nix2
-rw-r--r--hosts/server1/configuration.nix2
-rw-r--r--system/disks/default.nix2
-rw-r--r--system/secrets/default.nix2
-rw-r--r--system/secrets/secrets.nix2
-rw-r--r--system/services/fail2ban/default.nix1
-rw-r--r--system/services/mail/default.nix2
-rw-r--r--system/services/nginx/default.nix2
-rw-r--r--system/services/nginx/hosts.nixbin978 -> 976 bytes
-rw-r--r--system/services/nix-sync/default.nix2
-rw-r--r--system/users/default.nix2
11 files changed, 0 insertions, 19 deletions
diff --git a/flake.nix b/flake.nix
index 14caf97..dfa7222 100644
--- a/flake.nix
+++ b/flake.nix
@@ -115,5 +115,3 @@
     };
   };
 }
-
-
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index c29283a..26de287 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -16,5 +16,3 @@
 
   system.stateVersion = "22.11";
 }
-
-
diff --git a/system/disks/default.nix b/system/disks/default.nix
index 4044b2b..f4e6935 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -80,5 +80,3 @@ in {
     };
   };
 }
-
-
diff --git a/system/secrets/default.nix b/system/secrets/default.nix
index 3592a56..3d92fe8 100644
--- a/system/secrets/default.nix
+++ b/system/secrets/default.nix
@@ -10,5 +10,3 @@
     };
   };
 }
-
-
diff --git a/system/secrets/secrets.nix b/system/secrets/secrets.nix
index 7873165..cdaf50d 100644
--- a/system/secrets/secrets.nix
+++ b/system/secrets/secrets.nix
@@ -10,5 +10,3 @@ in {
     server1
   ];
 }
-
-
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.";
   };
 }
-
-
diff --git a/system/users/default.nix b/system/users/default.nix
index 33144f4..822c94b 100644
--- a/system/users/default.nix
+++ b/system/users/default.nix
@@ -51,5 +51,3 @@
     };
   };
 }
-
-