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";