mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat: mount fritzbox
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
fileSystems."/media/fritzbox" = {
|
fileSystems."/media/fritz" = {
|
||||||
device = "//192.168.178.1/FRITZ.NAS";
|
device = "//192.168.178.1/FRITZ.NAS";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = [
|
options = [
|
||||||
@@ -9,7 +9,9 @@
|
|||||||
"noauto"
|
"noauto"
|
||||||
"uid=${toString config.users.users.me.uid}"
|
"uid=${toString config.users.users.me.uid}"
|
||||||
"gid=${toString config.users.groups.users.gid}"
|
"gid=${toString config.users.groups.users.gid}"
|
||||||
|
"workgroup=WORKGROUP"
|
||||||
"rw"
|
"rw"
|
||||||
|
"noserverino" # ref https://askubuntu.com/a/1265165
|
||||||
"nounix"
|
"nounix"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
"x-systemd.device-timeout=1"
|
"x-systemd.device-timeout=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user