Add nats server
Some checks failed
Run nix flake check / flake-check (push) Failing after 17m6s
Periodic flake update / flake-update (push) Successful in 1m28s

This commit is contained in:
2025-02-08 00:26:53 +01:00
parent 4d2fbff6d0
commit c43e2aa063
7 changed files with 193 additions and 71 deletions

View File

@@ -304,6 +304,22 @@
sops-nix.nixosModules.sops
];
};
nats1 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./hosts/nats1
sops-nix.nixosModules.sops
];
};
};
devShells = forAllSystems (
{ pkgs }: