From f27c382b05ea5be359e1eb64b38ba0dc14c1facc Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 11 Sep 2025 00:15:44 -0600 Subject: [PATCH] nix fmt --- home/modules/halloy.nix | 1 - sys/platforms/posixlycorrect/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/halloy.nix b/home/modules/halloy.nix index ea74381..081e5f0 100644 --- a/home/modules/halloy.nix +++ b/home/modules/halloy.nix @@ -33,7 +33,6 @@ in { chathistory = true; channels = [ "#lobsters" - ]; }; }; diff --git a/sys/platforms/posixlycorrect/default.nix b/sys/platforms/posixlycorrect/default.nix index dc8d45d..541a70f 100644 --- a/sys/platforms/posixlycorrect/default.nix +++ b/sys/platforms/posixlycorrect/default.nix @@ -59,7 +59,7 @@ efi.canTouchEfiVariables = true; }; tmp.useTmpfs = true; - supportedFilesystems = [ "zfs" ]; + supportedFilesystems = ["zfs"]; zfs = { forceImportRoot = false; useKeyringForCredentials = true;