systemd: allow soft-reboot

This commit is contained in:
Rouven Seifert 2024-01-29 23:50:34 +01:00
parent b3329fd1a9
commit 71939c6c39
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -21,6 +21,10 @@
# };
nix.settings.system-features = [ "gccarch-tigerlake" ];
systemd.additionalUpstreamSystemUnits = [
"soft-reboot.target"
"systemd-soft-reboot.service"
];
# Use the systemd-boot EFI boot loader.
boot = {