correct secrets and restic config

This commit is contained in:
Joseph Hanson 2024-12-17 22:04:18 -06:00
parent 93ba3b0b7e
commit cd23a2aa99

View file

@ -68,10 +68,6 @@ in
};
};
sops = {
secrets = { };
};
# Home Manager
home-manager.users.jahanson = {
# Git settings
@ -122,6 +118,7 @@ in
netdata = {
enable = true;
};
# Smart daemon for monitoring disk health.
smartd = {
devices = smartdDevices;
@ -154,7 +151,13 @@ in
mode = "400";
restartUnits = [ "syncthing.service" ];
};
"restic/password" = {
"restic/plex/resticPassword" = {
sopsFile = ./secrets.sops.yaml;
owner = "jahanson";
mode = "400";
# restartUnits = [ "restic-plex.service" ];
};
"restic/plex/resticUri" = {
sopsFile = ./secrets.sops.yaml;
owner = "jahanson";
mode = "400";