fix(home-server): disable wait-online service for initrd
This commit is contained in:
parent
e34e3dbff4
commit
d1a110c12d
1 changed files with 1 additions and 0 deletions
|
@ -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