wireless: hard-code secrets in private repo

This commit is contained in:
Infinidoge 2023-07-29 12:13:25 -04:00
parent 97bf51e81a
commit 80d2277a16
4 changed files with 4 additions and 6 deletions

8
flake.lock generated
View file

@ -662,11 +662,11 @@
}, },
"private": { "private": {
"locked": { "locked": {
"lastModified": 1689226789, "lastModified": 1690647075,
"narHash": "sha256-Pc+8+42m6r89LexvpDRwOYKgTNjgYBC8D1qCD2AJbPg=", "narHash": "sha256-R0aG81YyuZkznLcV0FTPfcKi8hIn2UekBXEHPrL4f3Y=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "587285e38dbd12da2284e78778b42321be02b4a0", "rev": "b8ee412dc9c14807dd3935e457156bf57e3c162b",
"revCount": 19, "revCount": 22,
"type": "git", "type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private" "url": "ssh://git@github.com/Infinidoge/universe-private"
}, },

View file

@ -32,7 +32,6 @@ in
enable = true; enable = true;
userControlled.enable = true; userControlled.enable = true;
fallbackToWPA2 = mkDefault false; fallbackToWPA2 = mkDefault false;
environmentFile = config.secrets.wireless;
}; };
}) })
]; ];

View file

@ -17,7 +17,6 @@ let
]; ];
in in
{ {
"wireless.age".publicKeys = allKeys;
"infinidoge-password.age".publicKeys = allKeys; "infinidoge-password.age".publicKeys = allKeys;
"root-password.age".publicKeys = allKeys; "root-password.age".publicKeys = allKeys;
"binary-cache-private-key.age".publicKeys = allKeys; "binary-cache-private-key.age".publicKeys = allKeys;

Binary file not shown.