1
0

pkgs/nixfiles: Package nixfiles utility scripts

This commit is contained in:
2023-09-01 17:23:53 +02:00
parent cf63ea90ac
commit 6322949026
9 changed files with 82 additions and 34 deletions

View File

@@ -26,7 +26,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixos-hardware, chaosevents, fernglas, nixos-exporter, solid-xmpp-alarm, ... }@inputs: let
outputs = { self, agenix, nixpkgs, nixos-hardware, chaosevents, fernglas, nixos-exporter, solid-xmpp-alarm, ... }@inputs: let
helper = (import ./lib/flake-helper.nix) inputs;
in {
clerie.hosts = {
@@ -86,6 +86,12 @@
pkgs = import nixpkgs {
overlays = [
(import ./pkgs/overlay.nix)
(_: _: {
inherit (agenix.packages."x86_64-linux")
agenix;
inherit (chaosevents.packages."x86_64-linux")
chaosevents;
})
];
system = "x86_64-linux";
};
@@ -94,7 +100,10 @@
anycast_healthchecker
flask-excel
iot-data
nixfiles-add-secret
nixfiles-generate-backup-secrets
nixfiles-updated-inputs
nixfiles-update-ssh-host-keys
pyexcel-xlsx
pyexcel-webio
uptimestatus