frues-clan/machines/aresix/configuration.nix
Pedro Rey Anca 81a87d4386
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run
Update to 25.11
2025-12-02 13:23:08 +01:00

16 lines
377 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
system.stateVersion = "25.05";
}