From f65b69e7d6aaa50c6b0c3dfc9c2a2e8546603072 Mon Sep 17 00:00:00 2001 From: alydev Date: Thu, 25 Sep 2025 15:06:48 +1000 Subject: [PATCH] update --- system/aly-server.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index 471116c..516a2ff 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -2,6 +2,7 @@ networking.hostName = "aly-server"; system.stateVersion = "25.05"; virtualisation.hypervGuest.enable = true; + virtualisation.docker.enable = true; boot.blacklistedKernelModules = [ "hyperv_fb" ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -21,7 +22,7 @@ description = "aly"; hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/"; openssh.authorizedKeys.keys = import ../data/authorized_keys.nix; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; }; services.openssh = {