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 = [ imports = [
../users/patriot ../users/patriot
../users/root ../users/root
../profiles/network ../profiles/network/networkmanager.nix
# ../profiles/network/nginx.nix # ../profiles/network/nginx.nix
../profiles/develop ../profiles/develop
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")

View File

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