summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/default.nix')
-rw-r--r--hosts/vidhar/network/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix
index 02a8d648..3b48a7fc 100644
--- a/hosts/vidhar/network/default.nix
+++ b/hosts/vidhar/network/default.nix
@@ -3,7 +3,7 @@
3with lib; 3with lib;
4 4
5{ 5{
6 imports = [ ./pppoe.nix ./bifrost ./dhcp ]; 6 imports = [ ./pppoe ./bifrost ./dhcp ];
7 7
8 config = { 8 config = {
9 networking = { 9 networking = {
@@ -132,6 +132,7 @@ with lib;
132 "/srv/nfs/nix-store" = { 132 "/srv/nfs/nix-store" = {
133 device = "/nix/store"; 133 device = "/nix/store";
134 options = [ "bind" ]; 134 options = [ "bind" ];
135 fsType = "none";
135 }; 136 };
136 }; 137 };
137 }; 138 };