format: apply alejandra
All checks were successful
Flake check / check (push) Successful in 26m37s
Update `flake.lock` / update_lockfile (push) Successful in 20m46s

This commit is contained in:
Pedro Rey Anca 2025-09-08 19:01:00 +02:00
parent 5793c9096a
commit c3c618a98b
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -1,12 +1,11 @@
# --- # ---
# schema = "single-disk" # schema = "single-disk"
# [placeholders] # [placeholders]
# mainDisk = "/dev/disk/by-id/ata-TOSHIBA_MQ01ABD100_17B5PEO5T" # mainDisk = "/dev/disk/by-id/ata-TOSHIBA_MQ01ABD100_17B5PEO5T"
# --- # ---
# This file was automatically generated! # This file was automatically generated!
# CHANGING this configuration requires wiping and reinstalling the machine # CHANGING this configuration requires wiping and reinstalling the machine
{ {
boot.loader.grub.efiSupport = true; boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true; boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
@ -31,7 +30,7 @@
type = "filesystem"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
mountOptions = [ "umask=0077" ]; mountOptions = ["umask=0077"];
}; };
}; };
root = { root = {