added btc-clients flake

This commit is contained in:
2025-04-20 20:02:10 -05:00
parent 1f6e0d2343
commit b22412e5b6
2 changed files with 11 additions and 7 deletions

@ -301,10 +301,10 @@ in
services.xserver.displayManager.gdm.autoSuspend = false;
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';