qbittorrent certificates
This commit is contained in:
@@ -50,6 +50,20 @@ in
|
||||
home-manager.users.jawz.xdg.configFile."unpackerr.conf" =
|
||||
lib.mkIf config.my.servers.unpackerr.enable
|
||||
{ source = ../../dotfiles/unpackerr.conf; };
|
||||
sops.secrets = {
|
||||
"certificates/qbit_cert" = {
|
||||
sopsFile = ../../secrets/keys.yaml;
|
||||
owner = config.users.users.jawz.name;
|
||||
inherit (config.users.users.jawz) group;
|
||||
path = "/home/jawz/.config/qBittorrent/ssh/server.crt";
|
||||
};
|
||||
"certificates/qbit_key" = {
|
||||
sopsFile = ../../secrets/keys.yaml;
|
||||
owner = config.users.users.jawz.name;
|
||||
inherit (config.users.users.jawz) group;
|
||||
path = "/home/jawz/.config/qBittorrent/ssh/server.key";
|
||||
};
|
||||
};
|
||||
systemd = {
|
||||
packages = [ pkgs.qbittorrent-nox ];
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user