mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(mpd): get music from nas. no need for syncthing anymore
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/media/fritz" = {
|
||||
device = "//192.168.178.1/FRITZ.NAS";
|
||||
device = "//192.168.178.1/FRITZ.NAS/Backup";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"username=ftpuser"
|
||||
"password=ftppassword"
|
||||
"guest"
|
||||
"noauto"
|
||||
"uid=${toString config.users.users.me.uid}"
|
||||
"gid=${toString config.users.groups.users.gid}"
|
||||
"workgroup=WORKGROUP"
|
||||
"rw"
|
||||
"noserverino" # ref https://askubuntu.com/a/1265165
|
||||
|
||||
Reference in New Issue
Block a user