Update to 25.11
This commit is contained in:
parent
67986371fe
commit
f89d2c33e0
7 changed files with 133 additions and 137 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./modules/reverse-proxy.nix
|
||||
./modules/home-assistant
|
||||
|
|
@ -8,8 +9,6 @@
|
|||
./modules/users.nix
|
||||
];
|
||||
|
||||
services.logind.lidSwitch = "ignore";
|
||||
boot.kernelParams = ["consoleblank=60"]; # Blanks console (screen off) after 60s
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
services.logind.settings.Login.HandleLidSwitch = "ignore";
|
||||
boot.kernelParams = [ "consoleblank=60" ]; # Blanks console (screen off) after 60s
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue