summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2015-09-18 10:52:41 +0000
committerJan Malakhovski <oxij@oxij.org>2015-09-18 18:58:18 +0000
commitdddcec21fe5ef266e5d52f2f99f92041e3f9dd2b (patch)
treebe3cf6ce597b177a725f12b3020125015fce3802 /nixos/modules/profiles/base.nix
parentc8ea6c07c655ba70cf46c52063276bfcfa5b1643 (diff)
downloadnixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar.gz
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar.bz2
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar.lz
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar.xz
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.tar.zst
nixpkgs-dddcec21fe5ef266e5d52f2f99f92041e3f9dd2b.zip
nixos: add xfs support to profiles/minimal
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index c207829aabd..9aa0034783f 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -47,7 +47,7 @@
   ];
 
   # Include support for various filesystems.
-  boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" "cifs" ];
+  boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ];
 
   # Configure host id for ZFS to work
   networking.hostId = "8425e349";