home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 62de16551abd75aa679f54f37086a9238065f24c
parent 7a1c0ac63496367f217fd1dabd6bb3b6334c4867
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  5 Sep 2024 00:58:38 +0200

systems/wakasu: revert plymouth check

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -62,13 +62,11 @@ in keyFile = "/dev/disk/by-id/usb-_USB_DISK_2.0_070D375D84327E87-0:0"; keyFileOffset = 30992883712; keyFileSize = 4096; - # fallbackToPassword = true; + fallbackToPassword = lib.mkForce true; }; }; - systemd.enable = true; }; kernelPackages = pkgs.linuxPackages_latest; - kernelParams = ["splash" "quiet"]; }; hardware.sensor.iio.enable = true;