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
home-manager.users.jahanson = { home-manager.users.jahanson = {
# Git settings # Git settings
@ -122,6 +118,7 @@ in
netdata = { netdata = {
enable = true; enable = true;
}; };
# Smart daemon for monitoring disk health. # Smart daemon for monitoring disk health.
smartd = { smartd = {
devices = smartdDevices; devices = smartdDevices;
@ -154,7 +151,13 @@ in
mode = "400"; mode = "400";
restartUnits = [ "syncthing.service" ]; 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; sopsFile = ./secrets.sops.yaml;
owner = "jahanson"; owner = "jahanson";
mode = "400"; mode = "400";