Reformatting
This commit is contained in:
@@ -88,7 +88,13 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ssh.matchBlocks = lib.listToAttrs (lib.map (key: { name = "${key}.ivrtechnology.com"; value = {}; }) [
|
ssh.matchBlocks = lib.listToAttrs (
|
||||||
|
lib.map
|
||||||
|
(key: {
|
||||||
|
name = "${key}.ivrtechnology.com";
|
||||||
|
value = { };
|
||||||
|
})
|
||||||
|
[
|
||||||
"apidev1"
|
"apidev1"
|
||||||
"asdev1"
|
"asdev1"
|
||||||
"agidev1"
|
"agidev1"
|
||||||
@@ -99,7 +105,8 @@ in
|
|||||||
"webdev5"
|
"webdev5"
|
||||||
|
|
||||||
"web4"
|
"web4"
|
||||||
]);
|
]
|
||||||
|
);
|
||||||
tmux.shell = (lib.getExe x);
|
tmux.shell = (lib.getExe x);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,8 @@
|
|||||||
vulkan-tools
|
vulkan-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.mounts = let
|
systemd.mounts =
|
||||||
|
let
|
||||||
nfs = name: {
|
nfs = name: {
|
||||||
what = "nas1.shire-zebra.ts.net:/mnt/all/${name}";
|
what = "nas1.shire-zebra.ts.net:/mnt/all/${name}";
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
@@ -43,7 +44,8 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
mountConfig.Options = "_netdev,noexec,ro,timeo=50,retrans=5,soft";
|
mountConfig.Options = "_netdev,noexec,ro,timeo=50,retrans=5,soft";
|
||||||
};
|
};
|
||||||
in [
|
in
|
||||||
|
[
|
||||||
(nfs "music")
|
(nfs "music")
|
||||||
(nfs "photos")
|
(nfs "photos")
|
||||||
(nfs "video")
|
(nfs "video")
|
||||||
|
|||||||
Reference in New Issue
Block a user