Split network module.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./boot.nix
|
||||
./locale.nix
|
||||
./network.nix
|
||||
./packages.nix
|
||||
./sudo.nix
|
||||
];
|
||||
|
||||
3
hosts/common/global/network.nix
Normal file
3
hosts/common/global/network.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user