diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:51 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:54:18 +0200 |
commit | 20a566f32cbaf5f08a627ae4d4afb17f653779c4 (patch) | |
tree | 1e8f20b3020146d33b80347b43e6cd873619ea50 /system/secrets | |
parent | Feat(.editorconfig): Add the configuration for all files (diff) | |
download | nixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.tar.gz nixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.zip |
Style(treewide): Format after removing vim lines
Diffstat (limited to 'system/secrets')
-rw-r--r-- | system/secrets/default.nix | 2 | ||||
-rw-r--r-- | system/secrets/secrets.nix | 2 |
2 files changed, 0 insertions, 4 deletions
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 ]; } - - |