freon is in use
This commit is contained in:
parent
216484a80c
commit
74af419792
|
@ -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"
|
||||
])
|
||||
);
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue