auth and git

This commit is contained in:
Jana Dönszelmann 2025-08-19 21:12:39 +02:00
parent d35531c1bd
commit 2d9feaa634
No known key found for this signature in database
24 changed files with 787 additions and 16 deletions

View file

@ -6,6 +6,14 @@
flake-utils.url = "github:numtide/flake-utils";
sops-nix.url = "github:jdonszelmann/sops-nix";
vpn-confinement.url = "github:Maroka-chan/VPN-Confinement";
# websites
homepage.url = "github:jdonszelmann/homepage";
totpal.url = "github:jdonszelmann/totpal";
harmonica.url = "git+ssh://git@github.com/jdonszelmann/harmonica-tabs";
mapf.url = "git+ssh://git@github.com/jdonszelmann/mapf-server";
reviewqueue.url = "github:jdonszelmann/review-queue";
};
outputs =
{
@ -15,8 +23,9 @@
flake-utils,
sops-nix,
vpn-confinement,
mapf,
...
}:
}@inputs:
let
pkgsForSystem =
system:
@ -32,6 +41,8 @@
colmena = {
meta = {
nixpkgs = pkgsForSystem "x86_64-linux";
specialArgs.flakes = inputs;
};
fili = {