nfs is not needed now
This commit is contained in:
parent
b20ae104b8
commit
da6c778414
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@
|
||||||
node2 = kclib.mkHost {
|
node2 = kclib.mkHost {
|
||||||
name = "node2";
|
name = "node2";
|
||||||
};
|
};
|
||||||
node-nfs = kclib.mkHost {
|
# node-nfs = kclib.mkHost {
|
||||||
name = "node-nfs";
|
# name = "node-nfs";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||||
devShells.x86_64-linux.default =
|
devShells.x86_64-linux.default =
|
||||||
|
|
Loading…
Reference in a new issue