From 008584b465e85f85c64f77c55868c9e4646c2b18 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 26 May 2025 13:41:36 +0200 Subject: [PATCH] Disable home via NFS in fox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It won't be accesible anymore as we won't be in the same LAN. Reviewed-by: Aleix Boné --- m/fox/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/m/fox/configuration.nix b/m/fox/configuration.nix index e33afab6..24a3d2c9 100644 --- a/m/fox/configuration.nix +++ b/m/fox/configuration.nix @@ -2,7 +2,9 @@ { imports = [ - ../common/xeon.nix + ../common/base.nix + ../common/xeon/console.nix + ../common/xeon/net.nix ../module/emulation.nix ];