mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: enable fallback initrd systemd for work
This commit is contained in:
parent
01efa60483
commit
4a78e643f0
2 changed files with 19 additions and 2 deletions
|
|
@ -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})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue