eta drive fix

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-21 20:59:48 +01:00
parent b0ba317581
commit ef468ad104

View File

@ -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" ];
};