init
This commit is contained in:
11
docker.nix
Normal file
11
docker.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
};
|
||||
liveRestore = false;
|
||||
package = pkgs.docker_27;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user