diff options
| author | tv <tv@krebsco.de> | 2026-06-13 16:53:53 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-06-13 16:53:53 +0200 |
| commit | 9eb5b84a145d91001e3d099ce3ac85deff5c4584 (patch) | |
| tree | 3f18d74217638226a7149dcc61d58b52ed7c761f | |
| parent | f2fc2857274403cd51fefe04adaf06cb9cfcb280 (diff) | |
querel: add /boot fsType
| -rw-r--r-- | systems/querel/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/querel/config.nix b/systems/querel/config.nix index f2ce280..839e60f 100644 --- a/systems/querel/config.nix +++ b/systems/querel/config.nix @@ -38,6 +38,7 @@ }; "/boot" = { device = "/dev/sda1"; + fsType = "vfat"; }; }; |
