From ccc8708a6be082a04f3aa45d3c33eb166e2a200e Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 14 Jan 2025 23:31:14 -0600 Subject: [PATCH] bert: Rename mount so systemd doesn't escape hyphen --- bert/configuration.nix | 2 +- bert/services/navidrome.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bert/configuration.nix b/bert/configuration.nix index 61f79b1..4072b87 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -37,7 +37,7 @@ boot.initrd.luks.devices."luks-48836129-1aa0-45c7-9fd1-6b053fa620b1".device = "/dev/disk/by-uuid/48836129-1aa0-45c7-9fd1-6b053fa620b1"; networking.hostName = "bert"; - fileSystems."/mnt/bigbird-public" = { + fileSystems."/mnt/bigbird_public" = { device = "//bigbird/public"; fsType = "cifs"; options = [ "guest" ]; diff --git a/bert/services/navidrome.nix b/bert/services/navidrome.nix index 42d86a6..7197ac5 100644 --- a/bert/services/navidrome.nix +++ b/bert/services/navidrome.nix @@ -2,7 +2,7 @@ services.navidrome = { enable = true; settings = { - MusicFolder = "/mnt/bigbird-public/media/music"; + MusicFolder = "/mnt/bigbird_public/media/music"; ScanSchedule = "@every 12h"; EnableSharing = true; };