mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Add plymouth and lid close options
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user