correct secrets and restic config
This commit is contained in:
parent
93ba3b0b7e
commit
cd23a2aa99
1 changed files with 8 additions and 5 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue