fix(nix): disabled error message about raid

This commit is contained in:
matt1432 2023-09-19 09:36:39 -04:00
parent 68c1d223d9
commit bbf96b34c5
2 changed files with 4 additions and 3 deletions
nixos/cfg

View file

@ -39,10 +39,11 @@
plymouth = {
enable = true;
#themePackages = [ pkgs.catppuccin-plymouth ];
#theme = "catppuccin-macchiato";
themePackages = [ pkgs.dracula-plymouth ];
theme = "dracula";
};
# https://github.com/NixOS/nixpkgs/issues/254807#issuecomment-1722351771
swraid.enable = false;
};
}