format homelab virt stuff
This commit is contained in:
parent
8e7eea9b80
commit
7a0510cdfc
1 changed files with 8 additions and 6 deletions
|
|
@ -41,12 +41,14 @@
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
virtualisation.docker.enable = false;
|
virtualisation = {
|
||||||
virtualisation.podman.enable = true;
|
docker.enable = false;
|
||||||
virtualisation.podman.dockerSocket.enable = true;
|
podman = {
|
||||||
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
enable = true;
|
||||||
virtualisation.arion = {
|
dockerSocket = true;
|
||||||
backend = "podman-socket";
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
};
|
||||||
|
arion.backend = "podman-socket";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue