fix: fix samba mount device
This commit is contained in:
parent
8ea773b2d0
commit
acfaaa797d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue