mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: adds back autoPrune to docker, as it was not causing any issues at all actually
This commit is contained in:
parent
36d0c7aabb
commit
7468b20c88
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
package = lib.mkDefault pkgs.docker_29;
|
package = lib.mkDefault pkgs.docker_29;
|
||||||
enable = true;
|
enable = true;
|
||||||
# autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
# enableNvidia = true;
|
# enableNvidia = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue