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

@ -13,7 +13,6 @@
# AArch64 machine
nixpkgs.hostPlatform = "aarch64-linux";
boot.loader.efi.canTouchEfiVariables = false;
# our hostname
networking.hostName = "zeta";