Compare commits
2 commits
e34e3dbff4
...
49e18d684f
Author | SHA1 | Date | |
---|---|---|---|
49e18d684f | |||
d1a110c12d |
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue