Add podman to Exodus
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user