1749586828

This commit is contained in:
2025-06-10 14:20:28 -06:00
parent 701df97418
commit 0be0e434d9
2 changed files with 5 additions and 2 deletions

View File

@ -24,4 +24,7 @@
# Tailscale # Tailscale
services.tailscale.enable = true; services.tailscale.enable = true;
# Docker
virtualisation.docker.enable = true;
} }

View File

@ -5,9 +5,9 @@
users.users.atridad = { users.users.atridad = {
isNormalUser = true; isNormalUser = true;
description = "Atridad"; description = "Atridad";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [ packages = with pkgs; [
# thunderbird # thunderbird
]; ];
}; };
} }