From 59d6325c4fe7af9c6ab813eb5ff3599e9becbadc Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 14 Nov 2023 20:24:19 +0100 Subject: ahmed: Change underlying hardware My home computer has changed, but since it has almost exactly the same assignments as before I decided to keep the hostname the same. I guess I'll save "fathima" for my next computer... --- hosts/ahmed/configuration.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'hosts/ahmed/configuration.nix') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index f95f449..f987686 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -20,8 +20,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; - boot.loader.grub.device = "/dev/mmcblk0p3"; # FIXME: Do we need to specify GRUB device? - boot.loader.efi.canTouchEfiVariables = false; + boot.loader.efi.canTouchEfiVariables = true; boot.tmp.cleanOnBoot = true; @@ -88,19 +87,6 @@ firewall.IPv4Whitelist = [metadata.hosts.muhammed.ipAddress]; }; - # Use as main driver temporarily. - # modules.graphics.enable = true; - - services.disable-screen = { - enable = true; - - # The path to the device. - device-path = "/sys/class/backlight/intel_backlight"; - - # The systemd device unit which corresponds to `device-path`. - device-unit = "sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\\x2deDP\\x2d1-intel_backlight.device"; - }; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave -- cgit v1.2.3