1
0

hosts/web-2: Add traveldrafter.clerie.de

This commit is contained in:
2025-07-06 18:17:31 +02:00
parent 751efd02bb
commit 03aa425038
6 changed files with 74 additions and 8 deletions

View File

@@ -68,6 +68,10 @@
url = "github:Mic92/ssh-to-age";
inputs.nixpkgs.follows = "nixpkgs";
};
traveldrafter = {
url = "git+https://git.clerie.de/clerie/traveldrafter.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixos-hardware, chaosevents, fernglas, nixos-exporter, solid-xmpp-alarm, ssh-to-age, ... }@inputs: let
lib = import ./lib inputs;