Switch to networkmanager for the desktop
This commit is contained in:
parent
2c558dfa3f
commit
ce6c882435
3 changed files with 20 additions and 39 deletions
|
@ -3,7 +3,6 @@
|
|||
./amd.nix
|
||||
./hardware-configuration.nix
|
||||
./irc.nix
|
||||
./network-vpns.nix
|
||||
./network.nix
|
||||
./secrets.nix
|
||||
./secure-boot.nix
|
||||
|
@ -36,6 +35,7 @@
|
|||
"plugdev"
|
||||
"dialout"
|
||||
"bluetooth"
|
||||
"networkmanager"
|
||||
];
|
||||
group = "users";
|
||||
home = "/home/grue";
|
||||
|
@ -52,5 +52,4 @@
|
|||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue