14 lines
216 B
Nix
14 lines
216 B
Nix
{
|
|
imports = [
|
|
./adguard.nix
|
|
./containers
|
|
./traefik.nix
|
|
];
|
|
systemd.sleep.extraConfig = ''
|
|
AllowSuspend=no
|
|
AllowHibernation=no
|
|
AllowHybridSleep=no
|
|
AllowSuspendThenHibernate=no
|
|
'';
|
|
}
|