Update to 25.11
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run

This commit is contained in:
Pedro Rey Anca 2025-12-02 13:23:08 +01:00
parent 67986371fe
commit 81a87d4386
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
7 changed files with 133 additions and 135 deletions

View file

@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
imports = [
./modules/reverse-proxy.nix
./modules/home-assistant
@ -8,8 +9,8 @@
./modules/users.nix
];
services.logind.lidSwitch = "ignore";
boot.kernelParams = ["consoleblank=60"]; # Blanks console (screen off) after 60s
services.logind.settings.Login.HandleLidSwitch = "ignore";
boot.kernelParams = [ "consoleblank=60" ]; # Blanks console (screen off) after 60s
system.stateVersion = "25.05";
}