bart: Mount samba via IP
This commit is contained in:
parent
da48387f24
commit
fc8eaab5d4
|
@ -24,7 +24,7 @@
|
||||||
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/2e85528d-0086-4835-9fc7-0e7a847d90bd";
|
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/2e85528d-0086-4835-9fc7-0e7a847d90bd";
|
||||||
|
|
||||||
fileSystems."/mnt/share" = {
|
fileSystems."/mnt/share" = {
|
||||||
device = "//BART/share/";
|
device = "//10.10.37.1/share/";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options =
|
options =
|
||||||
let
|
let
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/media" = {
|
fileSystems."/mnt/media" = {
|
||||||
device = "//BART/media/";
|
device = "//10.10.37.1/media/";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options =
|
options =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue