frues-clan/machines/aresix/configuration.nix
Pedro Rey Anca f89d2c33e0
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled
Update to 25.11
2025-12-02 13:24:21 +01:00

14 lines
343 B
Nix

{ ... }:
{
imports = [
./modules/reverse-proxy.nix
./modules/home-assistant
./modules/dyndns.nix
./modules/network.nix
./modules/wireguard.nix
./modules/users.nix
];
services.logind.settings.Login.HandleLidSwitch = "ignore";
boot.kernelParams = [ "consoleblank=60" ]; # Blanks console (screen off) after 60s
}