From acfaaa797d3731df77654d459d881689a99abe66 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sun, 6 Feb 2022 23:01:56 +0100 Subject: [PATCH] fix: fix samba mount device --- services/samba/home-pc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/samba/home-pc.nix b/services/samba/home-pc.nix index 7f6136c..dc02ec2 100644 --- a/services/samba/home-pc.nix +++ b/services/samba/home-pc.nix @@ -2,7 +2,7 @@ { fileSystems."/home/felschr/media" = { - device = "//192.168.1.234:/media"; + device = "//192.168.1.234/media"; fsType = "cifs"; options = [ # automount options