style: format everything

This commit is contained in:
Moritz Böhme 2025-04-13 17:58:17 +02:00
parent f4c27362c4
commit 4da8981990
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
120 changed files with 1550 additions and 1655 deletions

View file

@ -1,13 +1,10 @@
{ lib
, clan-core
, config
, ...
}:
let
suffix = config.clan.core.vars.generators.disk-id.files.diskId.value;
in
{
clan-core,
config,
...
}: let
suffix = config.clan.core.vars.generators.disk-id.files.diskId.value;
in {
imports = [
clan-core.clanModules.disk-id
];
@ -36,7 +33,7 @@ in
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "nofail" ];
mountOptions = ["nofail"];
};
};
"zfs" = {