1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat: mount fritzbox

This commit is contained in:
2024-04-03 10:09:43 +02:00
parent 7c17fa4728
commit 6ff3f79f83

View File

@@ -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"