Added transfer script, dsiabled sleep for server

This commit is contained in:
Jurn Wubben 2025-03-28 08:56:56 +01:00
parent 672d5d5405
commit 679be52764
4 changed files with 49 additions and 1 deletions

View file

@ -4,4 +4,11 @@
];
niksos.server = true;
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
}