aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/turris-defaults.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/turris-defaults.nix b/nixos/modules/turris-defaults.nix
index 01c3deb..dc2aeb5 100644
--- a/nixos/modules/turris-defaults.nix
+++ b/nixos/modules/turris-defaults.nix
@@ -51,6 +51,7 @@ in {
# The supported deployment is on BTRFS
boot.supportedFilesystems = [ "btrfs" ];
+ boot.initrd.supportedFilesystems = [ "btrfs" ];
# Cover nix memory consumption peaks by compressing the RAM
zramSwap = {