feat: network manager now

This commit is contained in:
dusk 2021-01-27 17:52:23 +03:00
parent b86a757667
commit 81d86adbd6
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@ in
imports = [
../users/patriot
../users/root
../profiles/network
../profiles/network/networkmanager.nix
# ../profiles/network/nginx.nix
../profiles/develop
(modulesPath + "/installer/scan/not-detected.nix")

View File

@ -1,8 +1,7 @@
{
imports = [ ./dns ];
networking.networkmanager.enable = false;
networking.dhcpcd.enable = true;
networking.dhcpcd.enable = false;
networking.useDHCP = false;
networking.dhcpcd.extraConfig = ''
noarp