sam: Enable Docker

This commit is contained in:
Chandler Swift 2025-07-09 16:10:46 -05:00
parent 76909b3202
commit bcc20c9c03
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -63,7 +63,7 @@
users.users.chandler = {
isNormalUser = true;
description = "Chandler Swift";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker"];
packages = with pkgs; [
kdePackages.kate
];
@ -74,6 +74,8 @@
programs.firefox.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
git
];