From de63ffe4d2821404f35f03f189072d425aef6178 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 26 Jun 2024 14:35:42 +0530 Subject: cez/hardware/plymouth: drop --- os/cez/hardware-configuration.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'os/cez/hardware-configuration.nix') diff --git a/os/cez/hardware-configuration.nix b/os/cez/hardware-configuration.nix index b338df5..e6ade24 100644 --- a/os/cez/hardware-configuration.nix +++ b/os/cez/hardware-configuration.nix @@ -1,21 +1,13 @@ -{ modulesPath, pkgs, ... }: +{ modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { - kernelParams = [ "quiet" ]; loader.systemd-boot.enable = true; - plymouth = { - enable = true; - theme = "lone"; - themePackages = with pkgs; [ adi1090x-plymouth-themes ]; - }; - initrd = { systemd.enable = true; - kernelModules = [ "amdgpu" ]; luks.devices."crypt".device = "/dev/disk/by-uuid/84acd784-caad-41a1-a2e4-39468d01fefd"; }; -- cgit v1.2.3