summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-11 03:18:51 -0400
committerseth <[email protected]>2024-03-11 03:24:24 -0400
commitd462cd5e3c42e618c61e284c534e3652d186ef1a (patch)
tree7bff6854f690081cfc09ec180ab058c73e931576
parent454561478b4562584aa46772d138863d4ed417eb (diff)
glados: don't manually specify supported filesystems
-rw-r--r--systems/glados/boot.nix2
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"];
};
}