summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-01 13:38:59 -0400
committerFreya Murphy <freya@freyacat.org>2025-11-01 13:38:59 -0400
commitcb988641436d0cc06947db695832582bd137b00b (patch)
tree18ab028f7a867ce263ddd375bd54fdc199f4126e
parentupdate commits (diff)
downloaddotfiles-nix-cb988641436d0cc06947db695832582bd137b00b.tar.gz
dotfiles-nix-cb988641436d0cc06947db695832582bd137b00b.tar.bz2
dotfiles-nix-cb988641436d0cc06947db695832582bd137b00b.zip
fmt
-rw-r--r--hosts/shinji/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index 3c0599b..a2953be 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -29,7 +29,7 @@
"amd_iommu=on"
];
boot.extraModulePackages = [];
- boot.supportedFilesystems = [ "ntfs" ];
+ boot.supportedFilesystems = ["ntfs"];
# supress annoying acpi error msgs
boot.consoleLogLevel = 2;