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;