1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

feat: wilde -> kabsa

This commit is contained in:
2021-09-19 09:41:51 +02:00
parent e2bd211d4b
commit 4cdf954732
10 changed files with 21 additions and 21 deletions

View File

@@ -23,10 +23,10 @@ in
cert = toString <system-secrets/syncthing/cert.pem>;
key = toString <system-secrets/syncthing/key.pem>;
devices = {
inherit ((import <niveum/lib>).syncthing.devices) wilde manakish heym;
inherit ((import <niveum/lib>).syncthing.devices) kabsa manakish heym;
};
folders.${config.services.mpd.musicDirectory} = {
devices = [ "heym" "wilde" "manakish" ];
devices = [ "heym" "kabsa" "manakish" ];
id = "music";
type = "receiveonly";
};