summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-28 11:11:47 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-28 11:11:47 -0400
commit50f55c5b0b9a579378df256d2113ccd3db4719ef (patch)
tree05e64c7ff6c46ef0db5941386a37828acc7482dd
parentupdate commits (diff)
downloaddotfiles-nix-50f55c5b0b9a579378df256d2113ccd3db4719ef.tar.gz
dotfiles-nix-50f55c5b0b9a579378df256d2113ccd3db4719ef.tar.bz2
dotfiles-nix-50f55c5b0b9a579378df256d2113ccd3db4719ef.zip
shinji: add ntfs support
-rw-r--r--hosts/shinji/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index cfa6b71..3c0599b 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -29,6 +29,7 @@
"amd_iommu=on"
];
boot.extraModulePackages = [];
+ boot.supportedFilesystems = [ "ntfs" ];
# supress annoying acpi error msgs
boot.consoleLogLevel = 2;