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:
parent
59b8fcf054
commit
c1adac59c4
2 changed files with 1 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue