bart: Mount samba via IP

This commit is contained in:
fleaz 2023-01-12 22:13:02 +01:00
parent da48387f24
commit fc8eaab5d4
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

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