mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
changed path to 2nd hdd
This commit is contained in:
parent
073bcdea2f
commit
e78601c626
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ in
|
||||||
options = {
|
options = {
|
||||||
slskd.directory = mkOption {
|
slskd.directory = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/srv/Multimedia/Music";
|
default = "/srv/media/Music";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue