Format nix files using new formatter

This commit is contained in:
2024-12-11 22:14:07 +01:00
parent 0d3da95ae2
commit b8ae40febd
6 changed files with 106 additions and 76 deletions

View File

@@ -15,8 +15,16 @@
};
};
outputs = { self, nixpkgs, nixpkgs-unstable, agenix, nixos-hardware
, nix-matrix-appservices, ... }@inputs:
outputs =
{
self,
nixpkgs,
nixpkgs-unstable,
agenix,
nixos-hardware,
nix-matrix-appservices,
...
}@inputs:
let
system = "aarch64-linux";
@@ -26,7 +34,8 @@
lib = nixpkgs.lib;
in {
in
{
nixosConfigurations.zion = lib.nixosSystem {
inherit system;
modules = [