1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(zaatar): enable spotifyd

This commit is contained in:
2022-01-17 18:53:26 +01:00
parent a001a98f7b
commit 356269caf7
3 changed files with 3 additions and 3 deletions

2
ci.nix
View File

@@ -33,6 +33,8 @@ let
"openweathermap.key"
"traadfri.key"
"wifi/Aether.psk"
"spotify/username"
"spotify/password"
];
systemSecrets = let basic = [ "retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem"]; in {
zaatar = ensureFiles ([ "moodle.token" "telegram/moodle-dl.token" ] ++ basic);

View File

@@ -11,6 +11,7 @@ in
./pulseaudio.nix
./tuna.nix
./grocy.nix
./spotifyd.nix
<home-manager/nixos>
<niveum/configs/keyboard.nix>
<niveum/configs/monitoring.nix>

View File

@@ -1,8 +1,5 @@
{ config, pkgs, lib, ... }:
{
imports = [ <niveum/modules/spotifyd.nix> ];
disabledModules = [ "services/audio/spotifyd.nix" ];
services.spotifyd = {
enable = true;
settings = {