From bd316d98d957f6024f4287dc1eb4484e8f4d5da7 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 2 Jul 2026 20:30:08 -0500 Subject: Book NFS --- hosts/desktop/configuration.nix | 1 + hosts/laptop/configuration.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 1774637..f330b89 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -15,6 +15,7 @@ # ../../modules/local-llm.nix ../../modules/kvm.nix ../../modules/wireguard.nix + ../../modules/nfs.nix ]; boot.loader.grub = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 764d42b..7ba2810 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -13,6 +13,7 @@ ../../modules/common.nix ../../modules/re.nix ../../modules/wireguard.nix + ../../modules/nfs.nix ]; boot.loader.grub = { -- cgit v1.2.3