Compare commits
2 commits
96ba2614c4
...
cc9569c07e
Author | SHA1 | Date | |
---|---|---|---|
cc9569c07e | |||
fd8f93221d |
4 changed files with 34 additions and 29 deletions
7
modules/plymouth.nix
Normal file
7
modules/plymouth.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
||||
theme = "owl";
|
||||
};
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
../../modules/common.nix
|
||||
../../modules/aarch64-emu.nix
|
||||
../../modules/smartd.nix
|
||||
../../modules/plymouth.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
../../modules/aarch64-emu.nix
|
||||
../../modules/networkd-base.nix
|
||||
../../modules/smartd.nix
|
||||
../../modules/plymouth.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
@ -274,11 +275,7 @@
|
|||
];
|
||||
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