177 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
2024-03-11 14:33:12 +01:00
parent 7a26f45b00
commit a9bfae3d4c
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,12 @@
{config, ...}: {
sops.secrets."wireless.env" = {};
{
config,
inputs,
...
}: {
sops.secrets."wireless.env" = {
sopsFile = ../../secrets/wifi.yaml;
};
sops.age.keyFile = /home/max/.config/sops/age/keys.txt;
networking.wireless = {
enable = true;
userControlled.enable = true;