Move NixOS modules
This commit is contained in:
parent
e17aa080ba
commit
8b0d618672
5 changed files with 9 additions and 5 deletions
10
modules/nixos/docker.nix
Normal file
10
modules/nixos/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