feat: add docker socket

This commit is contained in:
2025-10-04 08:44:30 +09:00
parent 44c7c826b8
commit 882511aa9e
4 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ in
networking.hostName = "haskell"; # Define your hostname.
programs.steam.enable = true;
programs.fish.enable = true;
@@ -61,7 +62,7 @@ in
# Define a user account. Don't forget to set a password with passwd.
users.users.allen = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "podman" ]; # Enable sudo for the user.
shell = pkgs.fish;
home = "/home/allen";
packages = with pkgs; [ tree ];