mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-13 16:03:25 +00:00
~
This commit is contained in:
parent
1ed38260a9
commit
b62b4be3d0
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@ in with lib; {
|
||||||
config = mkIf cfg.enable (mkMerge [
|
config = mkIf cfg.enable (mkMerge [
|
||||||
(import ./docker-compose.nix { inherit pkgs lib; })
|
(import ./docker-compose.nix { inherit pkgs lib; })
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers.pihole = {
|
virtualisation.oci-containers.containers.raspap = {
|
||||||
environment = {
|
environment = {
|
||||||
RASPAP_SSID = cfg.ssid;
|
RASPAP_SSID = cfg.ssid;
|
||||||
RASPAP_SSID_PASS = cfg.password;
|
RASPAP_SSID_PASS = cfg.password;
|
||||||
RASPAP_COUNTRY = cfg.country;
|
RASPAP_COUNTRY = cfg.country;
|
||||||
RASPAP_WEBGUI_USER = cfg.webgui.username;
|
RASPAP_WEBGUI_USER = cfg.webgui.username;
|
||||||
RASPAP_WEBGUI_PASS = cfg.webgui.password;
|
RASPAP_WEBGUI_PASS = cfg.webgui.password;
|
||||||
RASPAP_WEBGUI_PORT = cfg.webgui.listenPort;
|
RASPAP_WEBGUI_PORT = builtins.toString cfg.webgui.listenPort;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue