Update files

This commit is contained in:
2026-07-01 20:27:30 +01:00
parent c17fa37b28
commit 93a770e300
2 changed files with 37 additions and 32 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{ ... }:
{ pkgs-unstable, ... }:
{
virtualisation = {
docker = {
enable = true;
autoPrune.enable = true;
package = pkgs-unstable.docker;
};
};
}