From ad81a35f71b9f2ba643fdb664d4e9d6fc0bbbb32 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Sat, 16 Dec 2023 01:02:14 -0500 Subject: [PATCH] feat: enable nfs --- hosts/candlekeep/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/candlekeep/hardware-configuration.nix b/hosts/candlekeep/hardware-configuration.nix index 1bb5e31..f9a3acb 100644 --- a/hosts/candlekeep/hardware-configuration.nix +++ b/hosts/candlekeep/hardware-configuration.nix @@ -10,6 +10,7 @@ }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") + ../../common/nixos/nfs.nix ]; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];