diff options
| author | seth <[email protected]> | 2024-03-11 04:02:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-11 04:02:17 -0400 |
| commit | 4149d803d6f84f726d6c82d7ed4a87f22746cf69 (patch) | |
| tree | 86d09bb29f467c11de88edeedb823e9bdd1f8778 /systems/glados/boot.nix | |
| parent | 2607175a9c65ae1b0735bba1d013fede4780ca15 (diff) | |
glados: support ntfs again :/
Diffstat (limited to 'systems/glados/boot.nix')
| -rw-r--r-- | systems/glados/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix index fc1b3fe..7f6793e 100644 --- a/systems/glados/boot.nix +++ b/systems/glados/boot.nix @@ -23,5 +23,7 @@ enable = true; pkiBundle = "/etc/secureboot"; }; + + supportedFilesystems = ["ntfs"]; }; } |
