Removed docker config

Still need to remove the docker filesytem on carbon. I think I need to
remove the zfs dataset first and then rerun nixos-generate-config.
This commit is contained in:
Alejandro Angulo 2023-03-25 09:32:53 -07:00
parent 59b8fcf054
commit c1adac59c4
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 1 additions and 10 deletions

View file

@ -26,7 +26,7 @@ in {
};
extraGroups = mkOption {
type = listOf str;
default = ["video" "networkmanager" "docker"];
default = ["video" "networkmanager"];
description = "Groups to for the user to be assigned.";
};
extraOptions = mkOption {