diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
commit | 3262a78f7a2089f613c7455abc0613010579b2e7 (patch) | |
tree | a755066efa8745124f9b5aebd6f70e528c047b12 /secrets | |
parent | Feat(hm/conf/mumble): Add (diff) | |
download | nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip |
Style(treewide): Switch to editorconfig
Diffstat (limited to 'secrets')
-rw-r--r-- | secrets/default.nix | 2 | ||||
-rw-r--r-- | secrets/secrets.nix | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/secrets/default.nix b/secrets/default.nix index 9811e29c..1807fb8d 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -24,5 +24,3 @@ in { }; }; } -# vim: ts=2 - diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 656a42b0..82f4bdcb 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -10,5 +10,3 @@ in { "serverphone/ca.key".publicKeys = [soispha tiamat apzu]; "serverphone/server.key".publicKeys = [soispha tiamat apzu]; } -# vim: ts=2 - |