remove redundant sops reference for non-existant service
Some checks failed
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 5m42s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 20s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m54s
Check Nix formatting / Perform Nix format checks (push) Waiting to run
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Has been cancelled
Check flake.lock / Check health of `flake.lock` (push) Has been cancelled

This commit is contained in:
ahuston-0 2025-03-04 01:21:28 -05:00
parent a06ff919c4
commit 66febb81f6
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -90,12 +90,12 @@
sops = { sops = {
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets = { #secrets = {
"apps/spotify" = { # "apps/spotify" = {
group = "audio"; # group = "audio";
restartUnits = [ "spotifyd.service" ]; # restartUnits = [ "spotifyd.service" ];
mode = "0440"; # mode = "0440";
}; # };
}; #};
}; };
} }