+m3-helios
This commit is contained in:
12
hosts/m3-helios/services/default.nix
Normal file
12
hosts/m3-helios/services/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
imports = [
|
||||
./adguard.nix
|
||||
./containers
|
||||
];
|
||||
systemd.sleep.extraConfig = ''
|
||||
AllowSuspend=no
|
||||
AllowHibernation=no
|
||||
AllowHybridSleep=no
|
||||
AllowSuspendThenHibernate=no
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user