14 lines
216 B
Nix
Raw Permalink Normal View History

2024-11-16 19:58:59 +01:00
{
imports = [
./adguard.nix
./containers
2024-11-17 18:29:52 +01:00
./traefik.nix
2024-11-16 19:58:59 +01:00
];
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
}