security hardcoding
This commit is contained in:
parent
2a11c338a0
commit
712a0728a3
@ -20,7 +20,7 @@ in
|
|||||||
listenPort = cfg.port;
|
listenPort = cfg.port;
|
||||||
environmentFile = config.sops.secrets.homepage.path;
|
environmentFile = config.sops.secrets.homepage.path;
|
||||||
settings = {
|
settings = {
|
||||||
providers.openweathermap = "ca54bc3999f608a5ad6e48b9c6c002ec";
|
providers.openweathermap = "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}";
|
||||||
layout = import ./homepage/layout.nix;
|
layout = import ./homepage/layout.nix;
|
||||||
};
|
};
|
||||||
widgets = import ./homepage/widgets.nix;
|
widgets = import ./homepage/widgets.nix;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.my.servers.qbittorrent.enable {
|
config = lib.mkIf (config.my.servers.qbittorrent.enable && config.my.secureHost) {
|
||||||
home-manager.users.jawz = {
|
home-manager.users.jawz = {
|
||||||
xdg = {
|
xdg = {
|
||||||
dataFile.vuetorrent.source = vuetorrent;
|
dataFile.vuetorrent.source = vuetorrent;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user