Compare commits
1 commit
70cc9809c2
...
1cb01b1d89
Author | SHA1 | Date | |
---|---|---|---|
1cb01b1d89 |
2 changed files with 11 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
settei.incus.enable = true;
|
settei.incus.enable = true;
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman = {
|
||||||
|
enable = true;
|
||||||
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -25,6 +25,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.podman = {
|
||||||
|
enable = true;
|
||||||
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.trustedInterfaces = [ "br-+" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue