start to prepare for zeta ARM machine
This commit is contained in:
parent
2db5befa3d
commit
778580c440
5 changed files with 173 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue