diff --git a/hosts/intuos/filesystems/default.nix b/hosts/intuos/filesystems/default.nix index d0c4519d..37b9e0a1 100644 --- a/hosts/intuos/filesystems/default.nix +++ b/hosts/intuos/filesystems/default.nix @@ -1,8 +1,13 @@ { config, ... }: { - fileSystems."/home/${config.sysusers.main}/Midas" = { + fileSystems."/home/${config.sysusers.main}/Network/Midas" = { device = "11.0.0.1:/"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; }; + fileSystems."/home/${config.sysusers.main}/Network/Kitty" = { + device = "11.0.0.2:/"; + fsType = "nfs4"; + options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; + }; } diff --git a/hosts/kitty/filesystems/default.nix b/hosts/kitty/filesystems/default.nix index 653f9124..52eda88d 100644 --- a/hosts/kitty/filesystems/default.nix +++ b/hosts/kitty/filesystems/default.nix @@ -6,7 +6,7 @@ fsType = "btrfs"; options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; }; - "/home/${config.sysusers.main}/Midas" = { + "/home/${config.sysusers.main}/Network/Midas" = { device = "11.0.0.1:/storage"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; diff --git a/modules/home/programs/terminal/ranger/default.nix b/modules/home/programs/terminal/ranger/default.nix index c9be9de7..ed1319d1 100644 --- a/modules/home/programs/terminal/ranger/default.nix +++ b/modules/home/programs/terminal/ranger/default.nix @@ -107,6 +107,7 @@ n:/etc/nixos # Remote files + N:/home/${config.home.username}/Network H:/home/${config.home.username}/Network/Midas/ K:/home/${config.home.username}/Network/Midas/Files M:/home/${config.home.username}/Network/Midas/Music