From eb1c87ce4d9fd8fe37d278777aa36ee99fbb2338 Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 30 May 2025 00:01:09 +0200 Subject: [PATCH] share music with both computers --- nixos/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/networking.nix b/nixos/networking.nix index 12a8a000..a3858a3b 100644 --- a/nixos/networking.nix +++ b/nixos/networking.nix @@ -38,7 +38,7 @@ folders = { "Music" = { path = "/home/xenia/Music"; - devices = [ "foxhut" ]; + devices = [ "foxhut" "gender-station" ]; }; }; };