diff options
| author | seth <[email protected]> | 2024-03-11 03:18:51 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-11 03:24:24 -0400 |
| commit | d462cd5e3c42e618c61e284c534e3652d186ef1a (patch) | |
| tree | 7bff6854f690081cfc09ec180ab058c73e931576 /systems/glados | |
| parent | 454561478b4562584aa46772d138863d4ed417eb (diff) | |
glados: don't manually specify supported filesystems
Diffstat (limited to 'systems/glados')
| -rw-r--r-- | systems/glados/boot.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix index 9fc716c..fc1b3fe 100644 --- a/systems/glados/boot.nix +++ b/systems/glados/boot.nix @@ -23,7 +23,5 @@ enable = true; pkiBundle = "/etc/secureboot"; }; - - supportedFilesystems = ["btrfs" "ntfs"]; }; } |
