diff --git a/nixos/networking.nix b/nixos/networking.nix index a3858a3b..f85c31a8 100644 --- a/nixos/networking.nix +++ b/nixos/networking.nix @@ -40,6 +40,10 @@ path = "/home/xenia/Music"; devices = [ "foxhut" "gender-station" ]; }; + "foxshare" = { + path = "/home/xenia/foxshare-new"; + devices = [ "foxhut" "gender-station" ]; + }; }; }; };