From 7acbaced67a7afa189a80da3a4a15d20723546a1 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Tue, 10 Jun 2025 12:17:41 -0500 Subject: [PATCH] internet secrified --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 38143fd..14e9943 100755 --- a/configuration.nix +++ b/configuration.nix @@ -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;