security hardcoding
This commit is contained in:
parent
2a11c338a0
commit
712a0728a3
@ -20,7 +20,7 @@ in
|
||||
listenPort = cfg.port;
|
||||
environmentFile = config.sops.secrets.homepage.path;
|
||||
settings = {
|
||||
providers.openweathermap = "ca54bc3999f608a5ad6e48b9c6c002ec";
|
||||
providers.openweathermap = "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}";
|
||||
layout = import ./homepage/layout.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 = {
|
||||
xdg = {
|
||||
dataFile.vuetorrent.source = vuetorrent;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user