Formatting
This commit is contained in:
parent
fd8f93221d
commit
2de115cc23
4 changed files with 27 additions and 32 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }: {
|
||||||
{
|
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
||||||
|
|
|
@ -275,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