Add podman to Exodus

This commit is contained in:
Greg Hellings
2025-02-15 13:01:20 -06:00
parent eb005929a0
commit 0c91eec61f
+9 -4
View File
@@ -13,10 +13,6 @@
"aarch64-linux"
];
};
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
networking.hostName = "exodus";
greg = {
home = true;
gnome.enable = true;
@@ -27,4 +23,13 @@
system = "intel";
};
};
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
networking.hostName = "exodus";
virtualisation = {
podman.enable = true;
oci-containers.backend = "podman";
};
}