feat: enable docker
This commit is contained in:
parent
007c6859c1
commit
cefef293c3
2 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./agenix
|
||||
./auth.nix
|
||||
./docker.nix
|
||||
./gnome.nix
|
||||
./niri.nix
|
||||
./printing.nix
|
||||
|
|
|
|||
6
modules/utils/docker.nix
Normal file
6
modules/utils/docker.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableOnBoot = true;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue