feat: enable fallback initrd systemd for work

This commit is contained in:
Leon Schwarzäugl 2025-03-23 00:27:52 +01:00
parent 01efa60483
commit 4a78e643f0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 19 additions and 2 deletions

View file

@ -16,7 +16,14 @@ in
};
};
# boot.initrd.luks.yubikeySupport = true;
boot.initrd = {
systemd.enable = true;
luks = {
yubikeySupport = false;
fido2Support = false;
};
};
programs = {
zsh.shellInit = ''
export VSPHERE_USER="$(cat ${config.sops.secrets.vcuser.path})"