update flake inputs; dustbowl: adapt wpa_supplicant conf

This commit is contained in:
joachimschmidt557 2026-01-18 11:28:42 +01:00
parent 848d197367
commit ce9c78cf7a
Signed by: joachim
GPG key ID: 81315941B6572C70
2 changed files with 23 additions and 9 deletions

View file

@ -100,8 +100,12 @@
networking.useNetworkd = true;
networking.hostName = "dustbowl";
networking.wireless.enable = true;
networking.wireless.interfaces = [ "wlp2s0" ];
networking.wireless = {
enable = true;
interfaces = [ "wlp2s0" ];
allowAuxiliaryImperativeNetworks = true;
userControlled = true;
};
networking.wireguard.enable = true;
networking.firewall.checkReversePath = "loose";
@ -440,7 +444,17 @@
isNormalUser = true;
home = "/home/joachim";
shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" "dialout" ];
extraGroups = [
"wheel"
"scanner"
"libvirtd"
"wireshark"
"vboxusers"
"tss"
"plugdev"
"dialout"
"wpa_supplicant"
];
};
# Yubikey PAM