1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
This commit is contained in:
Rae 5e 2025-03-07 22:37:02 -05:00
parent 1ed38260a9
commit b62b4be3d0
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -38,14 +38,14 @@ in with lib; {
config = mkIf cfg.enable (mkMerge [
(import ./docker-compose.nix { inherit pkgs lib; })
{
virtualisation.oci-containers.containers.pihole = {
virtualisation.oci-containers.containers.raspap = {
environment = {
RASPAP_SSID = cfg.ssid;
RASPAP_SSID_PASS = cfg.password;
RASPAP_COUNTRY = cfg.country;
RASPAP_WEBGUI_USER = cfg.webgui.username;
RASPAP_WEBGUI_PASS = cfg.webgui.password;
RASPAP_WEBGUI_PORT = cfg.webgui.listenPort;
RASPAP_WEBGUI_PORT = builtins.toString cfg.webgui.listenPort;
};
};