diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-10-20 21:11:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-10-20 21:11:51 +0200 |
commit | eb0d6a1274f98de0448a9ddb466e2e30d1721895 (patch) | |
tree | d2fef406e8a1e3f9ebf85a29afac322de365f367 /system-profiles/bcachefs.nix | |
parent | f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2 (diff) | |
download | nixos-eb0d6a1274f98de0448a9ddb466e2e30d1721895.tar nixos-eb0d6a1274f98de0448a9ddb466e2e30d1721895.tar.gz nixos-eb0d6a1274f98de0448a9ddb466e2e30d1721895.tar.bz2 nixos-eb0d6a1274f98de0448a9ddb466e2e30d1721895.tar.xz nixos-eb0d6a1274f98de0448a9ddb466e2e30d1721895.zip |
...
Diffstat (limited to 'system-profiles/bcachefs.nix')
-rw-r--r-- | system-profiles/bcachefs.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index 65de9f7e..f9f048b9 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix | |||
@@ -1,7 +1,6 @@ | |||
1 | { config, pkgs, ... } : { | 1 | { pkgs, ... } : { |
2 | config = { | 2 | config = { |
3 | boot.supportedFilesystems = [ "bcachefs" ]; | 3 | boot.supportedFilesystems.bcachefs = true; |
4 | |||
5 | environment.systemPackages = with pkgs; [ bcachefs-tools ]; | 4 | environment.systemPackages = with pkgs; [ bcachefs-tools ]; |
6 | }; | 5 | }; |
7 | } | 6 | } |