From 599e2d16cec1789b0c50c87b195afafd95a09903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 20 Oct 2024 17:29:08 +0200 Subject: [PATCH] System Gen125 @ 2024-10-20-17:29:07 --- hosts/comfy-station/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 257721c..58b61d5 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -75,6 +75,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.plymouth.enable = true; boot.initrd.systemd.enable = true; + boot.supportedFilesystems = ["ntfs"]; # Configure console keymap console.keyMap = "de";