common hardware config

This commit is contained in:
Vinzenz Schroeter 2023-09-09 15:54:03 +02:00
parent 00fbfd0fef
commit d2f8f28143
4 changed files with 40 additions and 35 deletions

View file

@ -13,22 +13,11 @@ in {
./desktop
./i18n.nix
./nixpkgs.nix
(modulesPath + "/installer/scan/not-detected.nix")
];
config = {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
networking = {
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
# wireless.userControlled.enable = true;
# Enable networking
networkmanager.enable = true;
firewall.enable = true;
};