mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-04 13:56:19 +02:00
systemd: allow soft-reboot
This commit is contained in:
parent
b3329fd1a9
commit
71939c6c39
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
||||||
|
systemd.additionalUpstreamSystemUnits = [
|
||||||
|
"soft-reboot.target"
|
||||||
|
"systemd-soft-reboot.service"
|
||||||
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue