Add plymouth and lid close options

This commit is contained in:
2024-03-28 00:06:25 +00:00
parent 6c4c55740f
commit 6b08c8bc5b

View File

@@ -13,6 +13,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth.enable = true;
networking.hostName = "talos";
networking.networkmanager.enable = true;
@@ -36,4 +37,7 @@
services.tailscale.enable = true;
services.fstrim.enable = true;
services.logind.lidSwitchDocked = "ignore";
services.logind.lidSwitchExternalPower = "ignore";
}