summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-07-08 17:04:25 +0200
committerlassulus <git@lassul.us>2023-07-08 17:04:25 +0200
commitac2ad2468631a8cece029f8c3797962175d6bc3e (patch)
treeaa968ee4b94e3ecbc9310c32b5ca9c033f8ae8be /lass/1systems
parenta2fae747ec5c3b9af3cd210c8cc921c5800d46e1 (diff)
l neoprism.r: add hostId
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/neoprism/physical.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/neoprism/physical.nix b/lass/1systems/neoprism/physical.nix
index 84397db1..f2092d9a 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;