update flake inputs; dustbowl: adapt wpa_supplicant conf
This commit is contained in:
parent
848d197367
commit
ce9c78cf7a
2 changed files with 23 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue