Deploy Cups Collector

This commit is contained in:
Gene Liverman 2026-05-20 13:59:32 -04:00 committed by Gene Liverman
parent c051e939f9
commit 82ce04abf8
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY
5 changed files with 118 additions and 8 deletions

View file

@ -11,6 +11,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
cup-collector = {
url = "github:genebean/cup-collector";
inputs.nixpkgs.follows = "nixpkgs";
};
# Linting and formatting
deadnix = {
url = "github:astro/deadnix";
@ -173,6 +178,7 @@
nixnuc = localLib.mkNixosHost {
hostname = "nixnuc";
additionalModules = [
inputs.cup-collector.nixosModules.default
inputs.private-flake.nixosModules.private.nixnuc
inputs.simple-nixos-mailserver.nixosModule
];