remove docker from bulwark

This commit is contained in:
Tyler Starr 2024-05-04 17:51:07 -07:00
parent 7b8bc4efed
commit dcadfdedc4

View File

@ -48,14 +48,10 @@
nerdfonts
];
# Enable docker
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
# Define user account.
users.users.${user} = {
isNormalUser = true;
extraGroups = [ "dialout" "wheel" "docker" "libvirtd" ]; # Enable sudo for the user.
extraGroups = [ "dialout" "wheel" ]; # Enable sudo for the user.
};
# Password-less root