From 2071d15a11a7b8518b0a470700180b2dd7766dbb Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 8 Nov 2022 18:17:22 -0800 Subject: [PATCH] added nfts support --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 2031f8d..c48a0c4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,7 @@ in ./hardware-configuration.nix ]; + boot.supportedFilesystems = [ "nfts" ]; boot.loader.systemd-boot.configurationLimit = 5; boot.loader = { efi = {