internet secrified

This commit is contained in:
2025-06-10 12:17:41 -05:00
parent 28b2c7a914
commit 7acbaced67
+2 -2
View File
@@ -38,7 +38,6 @@
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
defaultSopsFormat = "json";
defaultSopsFile = ./secrets/roy.json;
# test secrets
secrets = {
@@ -49,6 +48,7 @@
"networkPasswords" = {
sopsFile = ./secrets/networking.yaml;
key = "networkPasswords";
format = "yaml";
};
};
};
@@ -64,7 +64,7 @@
secretsFile = config.sops.secrets."networkPasswords".path;
networks = {
"flooper" = {
psk = "ext:flooperPsk";
pskRaw = "ext:flooperPsk";
};
"NU-Guest" = {
priority = -1;