nix fmt
This commit is contained in:
parent
e641c5b9b4
commit
256689e389
12 changed files with 54 additions and 38 deletions
|
|
@ -27,4 +27,3 @@ in
|
|||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,10 @@ let
|
|||
hostModule = cfg.module;
|
||||
unstable = cfg.unstable or false;
|
||||
extraModules = cfg.extraModules or [ ];
|
||||
specialArgs = { inherit authentik-nix; } // (cfg.specialArgs or { });
|
||||
specialArgs = {
|
||||
inherit authentik-nix;
|
||||
}
|
||||
// (cfg.specialArgs or { });
|
||||
}
|
||||
) hostDefs;
|
||||
|
||||
|
|
|
|||
|
|
@ -61,4 +61,3 @@ in
|
|||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,10 @@ in
|
|||
enable = true;
|
||||
hostname = p.hosts.librenms;
|
||||
settings = {
|
||||
"snmp.community" = [ "public" "homelab" ];
|
||||
"snmp.community" = [
|
||||
"public"
|
||||
"homelab"
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue