Added Docker on workstation and android-studio

This commit is contained in:
2025-07-21 10:25:14 +02:00
parent 8f9052ff0d
commit cf5d401099
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{ currentSystemUser, ... }:
{
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
# virtualisation.podman.enable = true;
# virtualisation.podman.dockerCompat = true;
virtualisation.docker.enable = true;
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["${currentSystemUser}"];

View File

@@ -34,7 +34,7 @@
users.users.${currentSystemUser} = {
isNormalUser = true;
description = "Patrick Canal";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
shell = pkgs.fish;
};

View File

@@ -15,9 +15,11 @@
jq
killall
krabby
libreoffice
md2pdf
nmap
nodejs
openvpn
podman-compose
python3
ripgrep
@@ -42,6 +44,7 @@
vulkan-tools
# GUI applications
android-studio
baobab
firefox
gnome-boxes