Formatting

This commit is contained in:
Chris Dombroski 2024-05-31 20:51:33 -04:00
parent fd8f93221d
commit 2de115cc23
4 changed files with 27 additions and 32 deletions

View file

@ -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 ];

View file

@ -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"