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; + }; }