Split network module.

This commit is contained in:
2023-06-30 10:38:15 +01:00
parent 153a181cbc
commit 3ccb9b3df7
3 changed files with 4 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
imports = [
./boot.nix
./locale.nix
./network.nix
./packages.nix
./sudo.nix
];

View File

@@ -0,0 +1,3 @@
{
networking.networkmanager.enable = true;
}