diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
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" ]; }; }; |