From bce33fefa7b8bb3f12e720d786a9c6f8f93ce772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 29 May 2022 18:17:34 +0200 Subject: nixos/modules/turris-defaults: set BTRFS as supported FS --- nixos/modules/turris-defaults.nix | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit v1.2.3