From 8cb97ad3fc4d4dafce85b7a6e0eda005b1c4bdf6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 10 Jan 2024 21:14:03 +0100 Subject: [PATCH] Add f2fs to desktop systems --- systems/gwyn/default.nix | 5 ++--- systems/staubfinger/default.nix | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/systems/gwyn/default.nix b/systems/gwyn/default.nix index 846f27b..89f1e70 100644 --- a/systems/gwyn/default.nix +++ b/systems/gwyn/default.nix @@ -32,9 +32,8 @@ # Required to build aarch64 packages boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - boot = { - supportedFilesystems = [ "apfs" "exfat" "ext4" "nfs" "nfs4" "ntfs" "cifs" ]; - }; + boot.supportedFilesystems = + [ "apfs" "exfat" "ext4" "nfs" "nfs4" "ntfs" "cifs" "f2fs" ]; fileSystems."/" = { device = "/dev/disk/by-label/nixos"; diff --git a/systems/staubfinger/default.nix b/systems/staubfinger/default.nix index 581a213..617e9be 100644 --- a/systems/staubfinger/default.nix +++ b/systems/staubfinger/default.nix @@ -24,6 +24,8 @@ ]; boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.supportedFilesystems = + [ "apfs" "exfat" "ext4" "nfs" "nfs4" "ntfs" "cifs" "f2fs" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/5d2e0ae2-8604-4921-b8b7-731358220a0f";