mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Secret
This commit is contained in:
parent
2162f6de09
commit
9fdd301451
2 changed files with 1 additions and 18 deletions
|
|
@ -120,23 +120,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Install and setup spotifyd
|
||||
systemd.user.services.spotifyd = {
|
||||
Unit = {
|
||||
Description = "spotify daemon";
|
||||
Documentation = "https://github.com/Spotifyd/spotifyd";
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
|
||||
Service = {
|
||||
ExecStart =
|
||||
"${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}";
|
||||
Restart = "always";
|
||||
RestartSec = 12;
|
||||
};
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
Service = {
|
||||
ExecStart =
|
||||
"${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${sops.templates."spotifyd.conf".path}";
|
||||
"${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}";
|
||||
Restart = "always";
|
||||
RestartSec = 12;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue