style: format everything
This commit is contained in:
parent
f4c27362c4
commit
4da8981990
120 changed files with 1550 additions and 1655 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue