From e02d76f98148b527a69e6d5a4aa39775f5af3308 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 17 Feb 2025 06:44:42 +0100 Subject: [PATCH] +NFS --- hosts/m3-ares/hardware-configuration.nix | 1 + hosts/m3-kratos/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/m3-ares/hardware-configuration.nix b/hosts/m3-ares/hardware-configuration.nix index 0a07d13..13e75e1 100644 --- a/hosts/m3-ares/hardware-configuration.nix +++ b/hosts/m3-ares/hardware-configuration.nix @@ -13,6 +13,7 @@ boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; + boot.supportedFilesystems = ["nfs"]; fileSystems."/" = { device = "/dev/disk/by-uuid/3a50bf0a-024b-488b-aa11-56b32f2fb54d"; diff --git a/hosts/m3-kratos/hardware-configuration.nix b/hosts/m3-kratos/hardware-configuration.nix index fa503d1..e16de5c 100644 --- a/hosts/m3-kratos/hardware-configuration.nix +++ b/hosts/m3-kratos/hardware-configuration.nix @@ -15,6 +15,7 @@ boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-amd"]; boot.extraModulePackages = []; + boot.supportedFilesystems = ["nfs"]; fileSystems."/" = { device = "rpool/root";