Compare commits

..

1 commit

Author SHA1 Message Date
Chandler Swift a440c2dea9
bert: Add owntracks-recorder 2025-01-14 23:29:38 -06:00
3 changed files with 2 additions and 3 deletions

View file

@ -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" ];

View file

@ -14,7 +14,6 @@
./preview.chandlerswift.com.nix
./stjohnscccc.org.nix
./swiftgang.net.nix
./whereis.chandlerswift.com.nix
];
services.caddy = {

View file

@ -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;
};