This commit is contained in:
Markus Heurung 2025-03-25 14:10:09 +01:00
parent 6d0de0e26f
commit a619b4e4a5
2 changed files with 7 additions and 12 deletions

View file

@ -8,19 +8,7 @@
./common.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = false;
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
};
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "ze"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";