Add ghost containers (it went missing)
parent
052a588986
commit
a2420a7138
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
virtualization = {
|
||||
podman = {
|
||||
enable = true;
|
||||
};
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Nicely Make and Run Container Sets
|
||||
podman-compose
|
||||
# For Running Simulations Containerized
|
||||
apptainer
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue