diff options
| author | tv <tv@krebsco.de> | 2026-06-04 19:01:04 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-06-04 19:01:04 +0200 |
| commit | f2fc2857274403cd51fefe04adaf06cb9cfcb280 (patch) | |
| tree | 6c23bfc410caa5a5f272c9bdcb2da4b5f1a1a6fd /systems | |
| parent | a3c8b88a930b508e23832be9d79dc3ac56f454b9 (diff) | |
xu: add /boot fsType
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/xu/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/xu/config.nix b/systems/xu/config.nix index abf433c..803abb2 100644 --- a/systems/xu/config.nix +++ b/systems/xu/config.nix @@ -129,6 +129,7 @@ }; "/boot" = { device = "/dev/sda1"; + fsType = "vfat"; }; }; |
