mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(zaatar): enable spotifyd
This commit is contained in:
2
ci.nix
2
ci.nix
@@ -33,6 +33,8 @@ let
|
|||||||
"openweathermap.key"
|
"openweathermap.key"
|
||||||
"traadfri.key"
|
"traadfri.key"
|
||||||
"wifi/Aether.psk"
|
"wifi/Aether.psk"
|
||||||
|
"spotify/username"
|
||||||
|
"spotify/password"
|
||||||
];
|
];
|
||||||
systemSecrets = let basic = [ "retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem"]; in {
|
systemSecrets = let basic = [ "retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem"]; in {
|
||||||
zaatar = ensureFiles ([ "moodle.token" "telegram/moodle-dl.token" ] ++ basic);
|
zaatar = ensureFiles ([ "moodle.token" "telegram/moodle-dl.token" ] ++ basic);
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ in
|
|||||||
./pulseaudio.nix
|
./pulseaudio.nix
|
||||||
./tuna.nix
|
./tuna.nix
|
||||||
./grocy.nix
|
./grocy.nix
|
||||||
|
./spotifyd.nix
|
||||||
<home-manager/nixos>
|
<home-manager/nixos>
|
||||||
<niveum/configs/keyboard.nix>
|
<niveum/configs/keyboard.nix>
|
||||||
<niveum/configs/monitoring.nix>
|
<niveum/configs/monitoring.nix>
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [ <niveum/modules/spotifyd.nix> ];
|
|
||||||
disabledModules = [ "services/audio/spotifyd.nix" ];
|
|
||||||
|
|
||||||
services.spotifyd = {
|
services.spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
Reference in New Issue
Block a user