Add f2fs to desktop systems

This commit is contained in:
Andreas Zweili 2024-01-10 21:14:03 +01:00
parent a34c0b0347
commit 8cb97ad3fc
2 changed files with 4 additions and 3 deletions

View File

@ -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";

View File

@ -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";