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
services.tailscale.enable = true;
# Docker
virtualisation.docker.enable = true;
}

View File

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