start to prepare for zeta ARM machine

This commit is contained in:
Christoph Cullmann 2025-07-02 20:29:09 +02:00
parent 2db5befa3d
commit 778580c440
No known key found for this signature in database
5 changed files with 173 additions and 4 deletions

View file

@ -23,9 +23,6 @@ in
# install release
system.stateVersion = "25.05";
# atm all stuff is x86_64
nixpkgs.hostPlatform = "x86_64-linux";
# enable ZFS
boot.supportedFilesystems = ["zfs"];
@ -115,7 +112,6 @@ in
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# use a high resolution
boot.loader.systemd-boot.consoleMode = "max";