inscape, podman

This commit is contained in:
tristan 2023-05-03 16:31:45 +01:00
parent 5140dec6bc
commit d3af26604e
2 changed files with 8 additions and 1 deletions

View file

@ -16,6 +16,12 @@
networking.firewall.checkReversePath = "loose";
system.stateVersion = "22.11"; # do not change
virtualisation = {
podman = {
enable = true;
};
};
}