bump secrets, update wifi for nas

This commit is contained in:
Haak Saxberg 2022-09-09 01:03:27 -07:00
parent 3f74c760a6
commit d465785d65
4 changed files with 10 additions and 3 deletions

View file

@ -76,8 +76,8 @@ in
../system/svalbard/configuration.nix
../home/programs/flood
];
networking.wireless.networks.N904.pskRaw = (
(import ../system/framework/keys.nix).wifi.N904.pskRaw
networking.wireless.networks."ShamblingHalfling 5Ghz-1".pskRaw = (
(import ../system/framework/keys.nix).wifi."ShamblingHalfling 5Ghz-1".pskRaw
);
services.nfs.server.enable = true;