mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 11:08:48 +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
|
||||
security.pam.services.systemd-run0 = { };
|
||||
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 = ''
|
||||
HibernateDelaySec=2h
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue