add docker.nix
This commit is contained in:
parent
17bb2d39ef
commit
df098242f5
8 changed files with 32 additions and 6 deletions
6
modules/features/system/docker.nix
Normal file
6
modules/features/system/docker.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue