Added transfer script, dsiabled sleep for server

This commit is contained in:
Jurn Wubben 2025-03-28 08:56:56 +01:00
parent ba02131eea
commit ae408e4d9d
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
'';
}