hosts/shinmyoumaru: A raspberry pi does not need btrfs, zfs, xfs, ...

This commit is contained in:
kat witch 2021-09-12 15:13:49 +01:00
parent 2ce2f1e6b1
commit f7215e292f
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

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