summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-26 14:35:42 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-26 14:37:59 +0530
commitde63ffe4d2821404f35f03f189072d425aef6178 (patch)
tree794f2a37e3693054ef0e4257d5875412b4986279
parent3dfc398399a95016613dc52f535384cabdeb2a9b (diff)
cez/hardware/plymouth: drop
-rw-r--r--os/cez/hardware-configuration.nix10
1 files changed, 1 insertions, 9 deletions
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";
};