Flake for my NixOS devices

Merge pull request #6 from Bwc9876/spoon/auto-urvuntxwnrtz

black-mesa: podman stuff

authored by bwc9876.dev and committed by

GitHub c4bf2b5f d31bad99

+5
+5
nixosConfigurations/black-mesa.nix
··· 99 99 }; 100 100 }; 101 101 } 102 + { 103 + virtualization.podman.enable = true; 104 + 105 + cow.imperm.keep = ["/var/lib/containers"]; 106 + } 102 107 ]; 103 108 }