Extract Docker configuration to a mixin
This commit is contained in:
parent
24e2edfb8e
commit
cd4e7048c5
2 changed files with 14 additions and 10 deletions
modules/mixins
10
modules/mixins/docker.nix
Normal file
10
modules/mixins/docker.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue