From 76ec08cf1301883de065b063e8523cec2acf47c7 Mon Sep 17 00:00:00 2001 From: xenia Date: Mon, 9 Jun 2025 13:07:14 +0200 Subject: [PATCH] foxshare sync (currently ~/foxshare-new) --- nixos/networking.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" ]; + }; }; }; };