add podman on nixdesk

This commit is contained in:
xunuwu 2025-05-11 14:01:19 +02:00
parent 77412cf2ac
commit f357cf5c52
2 changed files with 6 additions and 0 deletions

View file

@ -76,6 +76,7 @@
/services /services
/services/pipewire.nix /services/pipewire.nix
/services/podman.nix
/services/flatpak.nix /services/flatpak.nix
# services.syncthing # services.syncthing

View file

@ -0,0 +1,5 @@
{
virtualisation.podman = {
enable = true;
};
}