Compare commits

..

No commits in common. "cc9569c07e40e942a19f273761164bab4bd65c5d" and "96ba2614c4560172f24dc30481be26e1bec2668b" have entirely different histories.

4 changed files with 29 additions and 34 deletions

View file

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

View file

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

View file

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