summaryrefslogtreecommitdiff
path: root/hosts/ahmed/configuration.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-11-14 20:24:19 +0100
committerLinnnus <[email protected]>2023-11-14 20:24:19 +0100
commit59d6325c4fe7af9c6ab813eb5ff3599e9becbadc (patch)
tree1bc70923135f57cea853d9c6ce760accd7abae55 /hosts/ahmed/configuration.nix
parentb34e9ee5ab32e434c4c6e15ba8a76361d66f2c98 (diff)
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...
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r--hosts/ahmed/configuration.nix16
1 files changed, 1 insertions, 15 deletions
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