From 345903580b486044784a18d57975853f74b50329 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 It won't be accesible anymore as we won't be in the same LAN. --- 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 ];