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"
|
||||
"asdev1"
|
||||
"agidev1"
|
||||
@@ -99,7 +105,8 @@ in
|
||||
"webdev5"
|
||||
|
||||
"web4"
|
||||
]);
|
||||
]
|
||||
);
|
||||
tmux.shell = (lib.getExe x);
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
vulkan-tools
|
||||
];
|
||||
|
||||
systemd.mounts = let
|
||||
systemd.mounts =
|
||||
let
|
||||
nfs = name: {
|
||||
what = "nas1.shire-zebra.ts.net:/mnt/all/${name}";
|
||||
type = "nfs";
|
||||
@@ -43,7 +44,8 @@
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
mountConfig.Options = "_netdev,noexec,ro,timeo=50,retrans=5,soft";
|
||||
};
|
||||
in [
|
||||
in
|
||||
[
|
||||
(nfs "music")
|
||||
(nfs "photos")
|
||||
(nfs "video")
|
||||
|
||||
Reference in New Issue
Block a user