diff --git a/nixos/shared/user-system.nix b/nixos/shared/user-system.nix index 40e9ff0..74d5d7c 100644 --- a/nixos/shared/user-system.nix +++ b/nixos/shared/user-system.nix @@ -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" ]; };