From d02070251ba23429ba2514d71f30eebece187b7f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Apr 2026 19:15:46 +0200 Subject: bump vidhar --- hosts/vidhar/network/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/vidhar/network/default.nix') 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 @@ with lib; { - imports = [ ./pppoe.nix ./bifrost ./dhcp ]; + imports = [ ./pppoe ./bifrost ./dhcp ]; config = { networking = { @@ -132,6 +132,7 @@ with lib; "/srv/nfs/nix-store" = { device = "/nix/store"; options = [ "bind" ]; + fsType = "none"; }; }; }; -- cgit v1.2.3