[SiriusA] Sets up webhooks for deployment

This commit is contained in:
2026-05-18 15:23:10 -07:00
parent 209bb054c4
commit 97cd002bf5
8 changed files with 161 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
{ ... }:
{ inputs, ... }:
{
imports = [
./configuration.nix
../../authorized-keys.nix
../../features/gc.nix
inputs.sops-nix.nixosModules.sops
];
nixpkgs.config.allowUnfree = true;