mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat: mount fritzbox
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/media/fritzbox" = {
|
||||
fileSystems."/media/fritz" = {
|
||||
device = "//192.168.178.1/FRITZ.NAS";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
@@ -9,7 +9,9 @@
|
||||
"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
|
||||
"nounix"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.device-timeout=1"
|
||||
|
||||
Reference in New Issue
Block a user