mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
path refactoring
This commit is contained in:
@@ -15,8 +15,19 @@
|
||||
settings = {
|
||||
Address = "0.0.0.0";
|
||||
Port = 4533;
|
||||
MusicFolder = "/mnt/beets/music";
|
||||
MusicFolder = "${xlib.dirs.server-home}/Music";
|
||||
};
|
||||
};
|
||||
};
|
||||
# systemd.mounts = [
|
||||
# {
|
||||
# enable = true;
|
||||
# options = "bind,x-systemd.automount,nofail";
|
||||
# requires = [ "local-fs.target" ];
|
||||
# type = "none";
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
# what = "${xlib.dirs.server-home}/Music";
|
||||
# where = "/home/${xlib.device.username}/.config/beets";
|
||||
# }
|
||||
# ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user