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 {

View file

@ -47,15 +47,6 @@
# Set your time zone.
time.timeZone = "America/Los_Angeles";
virtualisation.docker = {
# TODO: How to make sure docker systemd service is enabled for user?
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
# fonts.fonts = with pkgs; [
# (nerdfonts.override {fonts = ["Hack"];})
# ];