tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos: add xfs support to profiles/minimal
Jan Malakhovski
10 years ago
dddcec21
c8ea6c07
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
profiles
base.nix
+1
-1
nixos/modules/profiles/base.nix
reviewed
···
47
47
];
48
48
49
49
# Include support for various filesystems.
50
50
-
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" "cifs" ];
50
50
+
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ];
51
51
52
52
# Configure host id for ZFS to work
53
53
networking.hostId = "8425e349";