Compare commits

..

No commits in common. "49e18d684f87a5c9ff9f9b6d2737482e471e3a44" and "e34e3dbff4c54befe5e5575083c6b54779817329" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View file

@ -14,9 +14,6 @@
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,7 +145,6 @@ 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;