mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 19:18:46 +02:00
systemd: remove override
compiling takes forever
This commit is contained in:
parent
b212733256
commit
637339cdb9
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
# fixes run0 failing to execute
|
# fixes run0 failing to execute
|
||||||
security.pam.services.systemd-run0 = { };
|
security.pam.services.systemd-run0 = { };
|
||||||
systemd = {
|
systemd = {
|
||||||
|
|
||||||
# package = lib.mkDefault (nixpkgs-systemd-256.legacyPackages.x86_64-linux.systemd.override { withHomed = false; });
|
|
||||||
package = lib.mkDefault (pkgs.systemd.override { withHomed = false; });
|
|
||||||
sleep.extraConfig = ''
|
sleep.extraConfig = ''
|
||||||
HibernateDelaySec=2h
|
HibernateDelaySec=2h
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue