Compare commits
No commits in common. "49e18d684f87a5c9ff9f9b6d2737482e471e3a44" and "e34e3dbff4c54befe5e5575083c6b54779817329" have entirely different histories.
49e18d684f
...
e34e3dbff4
2 changed files with 0 additions and 4 deletions
|
|
@ -14,9 +14,6 @@
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
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.enable = true;
|
||||||
services.smartd.notifications.x11.enable = true;
|
services.smartd.notifications.x11.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,6 @@ in
|
||||||
authorizedKeys = config.users.users.felschr.openssh.authorizedKeys.keys;
|
authorizedKeys = config.users.users.felschr.openssh.authorizedKeys.keys;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.initrd.systemd.network.wait-online.enable = false;
|
|
||||||
# allow automated decryption
|
# allow automated decryption
|
||||||
# `echo -n '<LUKS passphrase here>' | clevis encrypt tang '{"url": "http://doctr:9090"}' > home-server-enc.jwe`
|
# `echo -n '<LUKS passphrase here>' | clevis encrypt tang '{"url": "http://doctr:9090"}' > home-server-enc.jwe`
|
||||||
boot.initrd.clevis.enable = true;
|
boot.initrd.clevis.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue