Skip to content

Commit

Permalink
Added docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jerichokeyne committed Aug 23, 2023
1 parent 3755ebc commit cbac94c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
users.users.jericho = {
isNormalUser = true;
description = "Jericho Keyne";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
firefox
thunderbird
docker-compose
];
};

Expand All @@ -80,12 +81,13 @@
helix
];
time.timeZone = "America/New_York";
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
autoPrune.enable = true;
};
virtualisation.docker.enable = true;
#virtualisation.podman = {
# enable = true;
# dockerCompat = true;
# dockerSocket.enable = true;
# autoPrune.enable = true;
#};
})
];
};
Expand Down

0 comments on commit cbac94c

Please sign in to comment.