frues-clan/machines/aresix/configuration.nix
Pedro Rey Anca feba5d2ae8
All checks were successful
Flake check / check (push) Successful in 13m13s
Update `flake.lock` / update_lockfile (push) Successful in 11m35s
Add juan user pubkey
2025-08-29 16:43:51 +02:00

15 lines
352 B
Nix

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