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/common.nix
|
||||||
../../modules/aarch64-emu.nix
|
../../modules/aarch64-emu.nix
|
||||||
../../modules/smartd.nix
|
../../modules/smartd.nix
|
||||||
|
../../modules/plymouth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue