update samba configuration
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.cifs-utils ];
|
||||
fileSystems."/mnt/share" = {
|
||||
device = "//192.168.178.108/srv/private-shatteredmint";
|
||||
fileSystems."/mnt/share/private" = {
|
||||
device = "//192.168.178.108/shatteredmint";
|
||||
fsType = "cifs";
|
||||
options = let
|
||||
# this line prevents hanging on network split
|
||||
|
||||
Reference in New Issue
Block a user