feature/stylix #16

Merged
ahuston-0 merged 7 commits from feature/stylix into main 2025-03-04 01:48:24 -05:00
Showing only changes of commit 66febb81f6 - Show all commits

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";
}; # };
}; #};
}; };
} }