Revert "Switch to networkmanager for the desktop"

This reverts commit ce6c882435.
This commit is contained in:
Grigory Shipunov 2023-05-10 12:41:34 +02:00
parent ddccfd94fe
commit 70934dcf60
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 41 additions and 21 deletions

View file

@ -4,6 +4,7 @@
./amdgpu-sg-fix.nix
./hardware-configuration.nix
./irc.nix
./network-vpns.nix
./network.nix
./secrets.nix
./zfs.nix
@ -35,7 +36,6 @@
"plugdev"
"dialout"
"bluetooth"
"networkmanager"
];
group = "users";
home = "/home/grue";
@ -56,4 +56,5 @@
# 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?
}