From 980d4a5e45af84c715ffac1d7fb1aa3946a921b6 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 27 Sep 2025 11:39:55 -0400 Subject: [PATCH] Add podman, podman-compose, podman-desktop --- hosts/hephaestus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/hephaestus.nix b/hosts/hephaestus.nix index 626ce37..c208410 100644 --- a/hosts/hephaestus.nix +++ b/hosts/hephaestus.nix @@ -95,7 +95,6 @@ in cryptsetup dbeaver-bin discord - docker-compose freefilesync gimp-with-plugins gnome-tweaks @@ -112,6 +111,9 @@ in pciutils pika-backup pinentry-curses + podman + podman-compose + podman-desktop protonvpn-gui qemu traceroute @@ -246,7 +248,6 @@ in users.users.dave = { isNormalUser = true; extraGroups = [ - "docker" "wheel" "libvirtd" "corectrl" @@ -497,7 +498,6 @@ in }; virtualisation = { - docker.enable = true; podman.enable = true; libvirtd = { enable = true;