13 lines
198 B
Nix
13 lines
198 B
Nix
![]() |
{
|
||
|
imports = [
|
||
|
./adguard.nix
|
||
|
./containers
|
||
|
];
|
||
|
systemd.sleep.extraConfig = ''
|
||
|
AllowSuspend=no
|
||
|
AllowHibernation=no
|
||
|
AllowHybridSleep=no
|
||
|
AllowSuspendThenHibernate=no
|
||
|
'';
|
||
|
}
|