Compare commits

...

2 commits

Author SHA1 Message Date
49e18d684f
fix: add missing dependencies for systemd-vconsole-setup
Some checks are pending
Test / tests (push) Waiting to run
2025-05-20 21:15:08 +02:00
d1a110c12d
fix(home-server): disable wait-online service for initrd 2025-05-20 21:13:42 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,9 @@
boot.initrd.systemd.enable = true;
# prevents `systemd-vconsole-setup` failing during systemd initrd
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";
services.smartd.enable = true;
services.smartd.notifications.x11.enable = true;
}

View file

@ -145,6 +145,7 @@ in
authorizedKeys = config.users.users.felschr.openssh.authorizedKeys.keys;
};
};
boot.initrd.systemd.network.wait-online.enable = false;
# allow automated decryption
# `echo -n '<LUKS passphrase here>' | clevis encrypt tang '{"url": "http://doctr:9090"}' > home-server-enc.jwe`
boot.initrd.clevis.enable = true;