make more stuff arch conditional

This commit is contained in:
Christoph Cullmann 2025-07-04 18:09:47 +02:00
parent 0931b085ee
commit 7d72e47e20
No known key found for this signature in database
5 changed files with 6 additions and 7 deletions

View file

@ -12,8 +12,6 @@
# x86-64 machine
nixpkgs.hostPlatform = "x86_64-linux";
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.memtest86.enable = true;
# our hostname
networking.hostName = "neko";