Added transfer script, dsiabled sleep for server
This commit is contained in:
parent
ba02131eea
commit
ae408e4d9d
4 changed files with 49 additions and 1 deletions
|
|
@ -4,4 +4,11 @@
|
|||
];
|
||||
|
||||
niksos.server = true;
|
||||
|
||||
systemd.sleep.extraConfig = ''
|
||||
AllowSuspend=no
|
||||
AllowHibernation=no
|
||||
AllowHybridSleep=no
|
||||
AllowSuspendThenHibernate=no
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue