From c5d1ea57eb16ee0c3f045bbbbe90003fae22fd9f Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 11 Sep 2022 15:50:03 +0900 Subject: feat(nixos/alpha): add docker --- nixos/alpha/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/alpha') 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" ]; }; }; -- cgit 1.4.1