From 28b2c7a914dff5b026a9a6539241be92a48a2451 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Tue, 10 Jun 2025 12:07:05 -0500 Subject: [PATCH] update networking.wireless config --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 016fe96..38143fd 100755 --- a/configuration.nix +++ b/configuration.nix @@ -46,9 +46,9 @@ sopsFile = ./secrets/roy.json; key = "testKey"; }; - "homeNetwork" = { + "networkPasswords" = { sopsFile = ./secrets/networking.yaml; - key = "homeNetwork"; + key = "networkPasswords"; }; }; }; @@ -61,10 +61,10 @@ networking.wireless = { enable = true; - secretsFile = config.sops.secrets."homeNetwork".path; + secretsFile = config.sops.secrets."networkPasswords".path; networks = { "flooper" = { - psk = "ext:homePsk"; + psk = "ext:flooperPsk"; }; "NU-Guest" = { priority = -1;