internet secrified
This commit is contained in:
+2
-2
@@ -38,7 +38,6 @@
|
|||||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||||
age.generateKey = true;
|
age.generateKey = true;
|
||||||
defaultSopsFormat = "json";
|
defaultSopsFormat = "json";
|
||||||
defaultSopsFile = ./secrets/roy.json;
|
|
||||||
|
|
||||||
# test secrets
|
# test secrets
|
||||||
secrets = {
|
secrets = {
|
||||||
@@ -49,6 +48,7 @@
|
|||||||
"networkPasswords" = {
|
"networkPasswords" = {
|
||||||
sopsFile = ./secrets/networking.yaml;
|
sopsFile = ./secrets/networking.yaml;
|
||||||
key = "networkPasswords";
|
key = "networkPasswords";
|
||||||
|
format = "yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
secretsFile = config.sops.secrets."networkPasswords".path;
|
secretsFile = config.sops.secrets."networkPasswords".path;
|
||||||
networks = {
|
networks = {
|
||||||
"flooper" = {
|
"flooper" = {
|
||||||
psk = "ext:flooperPsk";
|
pskRaw = "ext:flooperPsk";
|
||||||
};
|
};
|
||||||
"NU-Guest" = {
|
"NU-Guest" = {
|
||||||
priority = -1;
|
priority = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user