diff options
author | lassulus <git@lassul.us> | 2023-07-08 17:04:25 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-08 17:04:25 +0200 |
commit | ac2ad2468631a8cece029f8c3797962175d6bc3e (patch) | |
tree | aa968ee4b94e3ecbc9310c32b5ca9c033f8ae8be /lass/1systems/neoprism/physical.nix | |
parent | a2fae747ec5c3b9af3cd210c8cc921c5800d46e1 (diff) |
l neoprism.r: add hostId
Diffstat (limited to 'lass/1systems/neoprism/physical.nix')
-rw-r--r-- | lass/1systems/neoprism/physical.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/neoprism/physical.nix b/lass/1systems/neoprism/physical.nix index 84397db13..f2092d9aa 100644 --- a/lass/1systems/neoprism/physical.nix +++ b/lass/1systems/neoprism/physical.nix @@ -8,6 +8,8 @@ ]; disko.devices = import ./disk.nix; + networking.hostId = "9c0a74ac"; + boot.loader.grub.enable = true; boot.loader.grub.version = 2; boot.loader.grub.efiSupport = true; |