refactor(treewide): format with alejandra

This commit is contained in:
ooks-io 2024-07-29 15:00:38 +12:00
parent 7fefb94400
commit 61cef505da
216 changed files with 5995 additions and 3969 deletions

View file

@ -1,11 +1,13 @@
{ lib, config, pkgs, inputs, ... }:
let
{
lib,
config,
pkgs,
inputs,
...
}: let
inherit (lib) mkIf mapAttrs mapAttrsToList;
host = config.ooknet.host;
in
{
in {
imports = [
./nh.nix
./nixpkgs.nix
@ -31,7 +33,7 @@ in
nixPath = mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;
optimise = {
automatic = true;
dates = [ "18:00" ];
dates = ["18:00"];
};
gc = {
automatic = true;
@ -40,9 +42,9 @@ in
};
settings = {
flake-registry = "/etc/nix/registry.json";
allowed-users = [ "root" "@wheel" ];
trusted-users = [ "root" "@wheel" ];
experimental-features = [ "nix-command" "flakes" ];
allowed-users = ["root" "@wheel"];
trusted-users = ["root" "@wheel"];
experimental-features = ["nix-command" "flakes"];
builders-use-substitutes = true;
};
};