Compare commits

...

2 commits

Author SHA1 Message Date
cc9569c07e Formatting 2024-05-31 20:51:33 -04:00
fd8f93221d Plymouth 2024-05-31 20:50:40 -04:00
4 changed files with 34 additions and 29 deletions

7
modules/plymouth.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }: {
boot.plymouth = {
enable = true;
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
theme = "owl";
};
}

View file

@ -6,6 +6,7 @@
../../modules/common.nix ../../modules/common.nix
../../modules/aarch64-emu.nix ../../modules/aarch64-emu.nix
../../modules/smartd.nix ../../modules/smartd.nix
../../modules/plymouth.nix
]; ];
boot = { boot = {

View file

@ -7,6 +7,7 @@
../../modules/aarch64-emu.nix ../../modules/aarch64-emu.nix
../../modules/networkd-base.nix ../../modules/networkd-base.nix
../../modules/smartd.nix ../../modules/smartd.nix
../../modules/plymouth.nix
]; ];
boot = { boot = {
@ -274,11 +275,7 @@
]; ];
persistence."/persist" = { persistence."/persist" = {
hideMounts = true; hideMounts = true;
directories = [ directories = [ "/srv/docker" "/tmp" "/etc/containers/networks" ];
"/srv/docker"
"/tmp"
"/etc/containers/networks"
];
files = [ files = [
"/etc/machine-id" "/etc/machine-id"
"/etc/adjtime" "/etc/adjtime"