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