about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 73bd2d2..fdd238e 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -146,6 +146,8 @@
 
   systemd.extraConfig = "RebootWatchdogSec=5";
 
+  virtualisation.docker.enable = true;
+
   fonts = {
     fontDir.enable = true;
 
@@ -236,6 +238,7 @@
         "wheel"
         "audio"
         "networkmanager"
+        "docker"
       ];
     };
   };