summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-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";
};