From a6c7f4ab113fc58dbe0480aa1ade1a1aa45983dd Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 16 Jan 2025 21:11:03 +0100 Subject: [PATCH] feat: enable systemIdentity for elisabeth --- hosts/elisabeth/fs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/elisabeth/fs.nix b/hosts/elisabeth/fs.nix index d157f0c..0edc00d 100644 --- a/hosts/elisabeth/fs.nix +++ b/hosts/elisabeth/fs.nix @@ -168,4 +168,7 @@ fileSystems."/persist".neededForBoot = true; boot.initrd.systemd.services."zfs-import-panzer".after = [ "cryptsetup.target" ]; boot.initrd.systemd.services."zfs-import-renaultft".after = [ "cryptsetup.target" ]; + systemIdentity = { + enable = true; + }; }