Looks like virtualisation podman is not needed?

This commit is contained in:
Daniel Siepmann 2023-09-21 18:19:52 +02:00
parent c5f2095d14
commit a8c22a42f1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -132,10 +132,6 @@
];
};
virtualisation.podman = {
enable = true;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;