Switch to networkmanager for the desktop

This commit is contained in:
Grigory Shipunov 2023-04-29 00:40:53 +02:00
parent 2c558dfa3f
commit ce6c882435
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 20 additions and 39 deletions

View file

@ -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?
}