eta drive fix
This commit is contained in:
parent
b0ba317581
commit
ef468ad104
|
@ -41,7 +41,7 @@ system: config: { pkgs, ... }:
|
|||
fileSystems."/mnt/eta" =
|
||||
let secrets = import ../../secrets/eta.nix;
|
||||
in {
|
||||
device = "//192.168.30.33/users";
|
||||
device = "//10.30.12.6/users";
|
||||
fsType = "cifs";
|
||||
options = [ "username=${secrets.etaUser}" "password=${secrets.etaPass}" "uid=1000" "gid=1000" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user