From 74af419792f6525590e6482ca8972344ffa329f9 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 10 Feb 2024 21:32:14 +0100 Subject: [PATCH] freon is in use --- profiles/mounts/freon-nfs.nix | 7 +++++-- profiles/mounts/reidun-nfs.nix | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/mounts/freon-nfs.nix b/profiles/mounts/freon-nfs.nix index 49e182e..60e2e68 100644 --- a/profiles/mounts/freon-nfs.nix +++ b/profiles/mounts/freon-nfs.nix @@ -14,9 +14,12 @@ # TODO: combine nameValuePair and listToAttrs joinSets = sets: builtins.foldl' (l: r: l // r) {} sets; in joinSets ( - (map (mkMount "/mnt/freon" "192.168.1.3:/Freon/") [ + # TODO: space in dirname is not supported + (map (mkMount "/mnt/freon" "192.168.1.3:/Freon") [ "" - #"/something" + "/Backups" + "/ISO" + #"/Games" ]) ); diff --git a/profiles/mounts/reidun-nfs.nix b/profiles/mounts/reidun-nfs.nix index 6eed482..9c05624 100644 --- a/profiles/mounts/reidun-nfs.nix +++ b/profiles/mounts/reidun-nfs.nix @@ -14,16 +14,17 @@ # TODO: combine nameValuePair and listToAttrs joinSets = sets: builtins.foldl' (l: r: l // r) {} sets; in joinSets ( + # TODO: space in dirname is not supported (map (mkMount "/mnt/reidun" "192.168.1.3:/Reidun/shared") [ "" - "/Backups" + #"/Backups" "/Comics" "/Downloads" "/Games" "/Games/Installable" "/Games/Portable" "/Games/ROMs" - "/ISO" + #"/ISO" "/Images" "/Images/Collections" "/Images/Memes" @@ -47,10 +48,9 @@ "/Video/Movies" "/Video/Musicvideos" "/Video/Series" - "/Video/Talks" "/Work" "/Work/Documents" - #"/Work/FL Studio" # broken, maybe due to the space? + "/Work/FL-Studio" "/Work/Programming" "/Work/School" "/pub"