diff options
Diffstat (limited to 'virt.nix')
-rw-r--r-- | virt.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/virt.nix b/virt.nix new file mode 100644 index 0000000..e378c80 --- /dev/null +++ b/virt.nix @@ -0,0 +1,7 @@ +{ ... }: +{ + virtualisation.docker = { + enable = true; + enableOnBoot = true; + }; +} |