init jukebox module for neptune

fax machine now also stereo
This commit is contained in:
vi
2025-12-01 00:00:00 +00:00
parent f8f8731303
commit c628dd76dd
3 changed files with 141 additions and 0 deletions

View File

@@ -180,6 +180,23 @@
];
};
};
jukebox = {
module = {
name = "jukebox";
input = "self";
};
roles.default.machines.neptune = {
settings = {
binds = [
"10.0.0.39"
];
disks.m3 = {
uuid = "105D-319E";
mountOptions = ["utf8"];
};
};
};
};
};
};
};