add host haze base nixos config
This commit is contained in:
8
hosts/haze/network.nix
Normal file
8
hosts/haze/network.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = true;
|
||||
};
|
||||
|
||||
users.users."rpqt".extraGroups = [ "networkmanager" ];
|
||||
}
|
||||
Reference in New Issue
Block a user