mirror of
https://github.com/kmein/niveum
synced 2026-03-29 08:41:07 +02:00
feat: mount network devices under ~/remote
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
{
|
||||
fileSystems."/media/fritz" = {
|
||||
device = "//192.168.178.1/FRITZ.NAS/Backup";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"username=ftpuser"
|
||||
"password=ftppassword"
|
||||
"guest"
|
||||
"noauto"
|
||||
"workgroup=WORKGROUP"
|
||||
"rw"
|
||||
"noserverino" # ref https://askubuntu.com/a/1265165
|
||||
"nounix"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.device-timeout=1"
|
||||
"x-systemd.idle-timeout=1min"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user