fix enable toggle
This commit is contained in:
parent
506c560315
commit
d5d6482c1d
2 changed files with 11 additions and 10 deletions
|
|
@ -407,7 +407,8 @@
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
(lib.mkIf (import ./toggles.nix).enableFlurry "flurry.itepastra.nl")
|
(lib.mkIf (import ./toggles.nix).enableFlurry "flurry.itepastra.nl")
|
||||||
];
|
]
|
||||||
|
++ (lib.mkIf (import ./toggles.nix).enableQubitQuilt "geenit.nl");
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341";
|
||||||
|
|
||||||
|
# home-assistant proxy
|
||||||
|
"home.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:8123";
|
||||||
|
})
|
||||||
|
(lib.mkIf (import ./toggles.nix).enableFlurry {
|
||||||
|
"flurry.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:3000";
|
||||||
|
})
|
||||||
|
(lib.mkif (import ./toggles.nix).enableQubitQuilt {
|
||||||
"geenit.nl" = {
|
"geenit.nl" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
@ -76,15 +85,6 @@ in
|
||||||
root = inputs.qubit-quilt.packages."x86_64-linux".default;
|
root = inputs.qubit-quilt.packages."x86_64-linux".default;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341";
|
|
||||||
|
|
||||||
# home-assistant proxy
|
|
||||||
"home.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:8123";
|
|
||||||
})
|
|
||||||
|
|
||||||
(lib.mkIf (import ./toggles.nix).enableFlurry {
|
|
||||||
"flurry.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:3000";
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue