mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/shinmyoumaru: A raspberry pi does not need btrfs, zfs, xfs, ...
This commit is contained in:
parent
2ce2f1e6b1
commit
f7215e292f
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue