Run automatic update #456

Merged
github-actions[bot] merged 2 commits from create-pull-request/patch into main 2024-06-11 10:10:06 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit fea99d9789 - Show all commits

View file

@ -85,6 +85,7 @@ desktop: {pkgs, ...}: {
jpegoptim
picard
easytag
alejandra
]
else []
);

View file

@ -211,7 +211,7 @@
system.autoUpgrade.allowReboot = true;
virtualisation.docker = {
enable = true;
enableNvidia = true;
#enableNvidia = true;
};
environment.systemPackages = with pkgs; [docker runc];
}