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

@ -10,6 +10,10 @@
/data/nixos/share/common.nix
];
# x86-64 machine
nixpkgs.hostPlatform = "x86_64-linux";
boot.loader.efi.canTouchEfiVariables = true;
# our hostname
networking.hostName = "miku";
networking.hostId = "4d00f481";