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 = {
enable = true;
themePackages = with pkgs; [ adi1090x-plymouth-themes ];

View file

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