bert: Rename mount so systemd doesn't escape hyphen
This commit is contained in:
parent
4c6606be31
commit
ccc8708a6b
|
@ -37,7 +37,7 @@
|
||||||
boot.initrd.luks.devices."luks-48836129-1aa0-45c7-9fd1-6b053fa620b1".device = "/dev/disk/by-uuid/48836129-1aa0-45c7-9fd1-6b053fa620b1";
|
boot.initrd.luks.devices."luks-48836129-1aa0-45c7-9fd1-6b053fa620b1".device = "/dev/disk/by-uuid/48836129-1aa0-45c7-9fd1-6b053fa620b1";
|
||||||
networking.hostName = "bert";
|
networking.hostName = "bert";
|
||||||
|
|
||||||
fileSystems."/mnt/bigbird-public" = {
|
fileSystems."/mnt/bigbird_public" = {
|
||||||
device = "//bigbird/public";
|
device = "//bigbird/public";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = [ "guest" ];
|
options = [ "guest" ];
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
services.navidrome = {
|
services.navidrome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
MusicFolder = "/mnt/bigbird-public/media/music";
|
MusicFolder = "/mnt/bigbird_public/media/music";
|
||||||
ScanSchedule = "@every 12h";
|
ScanSchedule = "@every 12h";
|
||||||
EnableSharing = true;
|
EnableSharing = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue