Compare commits
No commits in common. "cc9569c07e40e942a19f273761164bab4bd65c5d" and "96ba2614c4560172f24dc30481be26e1bec2668b" have entirely different histories.
cc9569c07e
...
96ba2614c4
4 changed files with 29 additions and 34 deletions
|
@ -1,7 +0,0 @@
|
|||
{ ... }: {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
||||
theme = "owl";
|
||||
};
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
../../modules/common.nix
|
||||
../../modules/aarch64-emu.nix
|
||||
../../modules/smartd.nix
|
||||
../../modules/plymouth.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue