mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
0947ca0532
commit
fef4f25ca4
8 changed files with 123 additions and 104 deletions
|
|
@ -278,7 +278,7 @@ in {
|
|||
androidtvremote2
|
||||
])
|
||||
(mkIf cfg.grocy.enable [
|
||||
(python3Packages.callPackage ../../packages/grocy/pygrocy.nix { })
|
||||
(python3Packages.callPackage ../../packages/grocy/pygrocy.nix {})
|
||||
])
|
||||
];
|
||||
extraComponents = mkMerge [
|
||||
|
|
@ -306,7 +306,8 @@ in {
|
|||
(map ({platform, ...}: platform) cfg.config.tts or [])
|
||||
];
|
||||
customComponents = [
|
||||
(mkIf (cfg.reverseProxy.enable && cfg.reverseProxy.auth.enable)
|
||||
(
|
||||
mkIf (cfg.reverseProxy.enable && cfg.reverseProxy.auth.enable)
|
||||
pkgs.home-assistant-custom-components.auth-header
|
||||
)
|
||||
];
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
in {
|
||||
options.services.vouch-proxy = with types; {
|
||||
enable = mkEnableOption "vouch";
|
||||
package = mkPackageOption pkgs "vouch-proxy" { };
|
||||
package = mkPackageOption pkgs "vouch-proxy" {};
|
||||
user = mkOption {
|
||||
type = str;
|
||||
default = "vouch-proxy";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue