From f7215e292f47be672da75575a223745ead50330a Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 12 Sep 2021 15:13:49 +0100 Subject: [PATCH] hosts/shinmyoumaru: A raspberry pi does not need btrfs, zfs, xfs, ... --- config/hosts/shinmyoumaru.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hosts/shinmyoumaru.nix b/config/hosts/shinmyoumaru.nix index 3c6c6c27..7267e8b5 100644 --- a/config/hosts/shinmyoumaru.nix +++ b/config/hosts/shinmyoumaru.nix @@ -10,6 +10,8 @@ home-manager.users.kat.programs.neovim.enable = mkForce false; programs.mosh.enable = mkForce false; + boot.supportedFilesystems = mkForce (singleton "ext4"); + deploy.tf = { resources.shinmyoumaru = { provider = "null";