add networkmanager
This commit is contained in:
parent
ee68326da3
commit
c887bf706b
2 changed files with 5 additions and 0 deletions
4
config/networkmanager.nix
Normal file
4
config/networkmanager.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{...}: {
|
||||
networking.networkmanager.enable = true;
|
||||
users.users.darkkirb.extraGroups = ["networkmanager"];
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
./disko.nix
|
||||
./grub.nix
|
||||
./hardware.nix
|
||||
"${nixos-config}/config/networkmanager.nix"
|
||||
];
|
||||
system.stateVersion = config.system.nixos.version;
|
||||
specialisation.graphical = {
|
||||
|
|
Loading…
Reference in a new issue