Split network module.
This commit is contained in:
@@ -6,10 +6,4 @@
|
|||||||
./user-ppetru.nix
|
./user-ppetru.nix
|
||||||
./unattended-encryption.nix
|
./unattended-encryption.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
|
./network.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./sudo.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