Update podman config
This commit is contained in:
parent
695006312e
commit
7f9a4ee006
@ -34,7 +34,7 @@ in
|
||||
|
||||
users.users.${defaultUser} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
extraGroups = [ "wheel" "docker" "podman" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
@ -3,10 +3,12 @@
|
||||
# Enable Podman w/ docker compose compatibility
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.dnsname.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-client
|
||||
docker-compose
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user