reorganizing files
This commit is contained in:
parent
c51bc454bc
commit
6c99ced7fe
10 changed files with 33 additions and 31 deletions
13
mods/docker.nix
Normal file
13
mods/docker.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
# enable docker
|
||||
|
||||
{
|
||||
|
||||
# Enable Docker
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue