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;
|
||||
|
||||
virtualisation.docker.enable = false;
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.dockerSocket.enable = true;
|
||||
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
||||
virtualisation.arion = {
|
||||
backend = "podman-socket";
|
||||
virtualisation = {
|
||||
docker.enable = false;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerSocket = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
arion.backend = "podman-socket";
|
||||
};
|
||||
|
||||
hardware.graphics = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue