aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/develop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/develop.nix')
-rw-r--r--nixos/modules/develop.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix
index 5b2bd6e..fa4034d 100644
--- a/nixos/modules/develop.nix
+++ b/nixos/modules/develop.nix
@@ -132,6 +132,9 @@ with lib; {
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0105", MODE:="0660", GROUP="develop", SYMLINK+="jlink_%n"
'';
+ virtualisation.containers = {
+ enable = true;
+ };
virtualisation.docker = {
enable = true;
autoPrune.enable = true;