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"