auth and git
This commit is contained in:
parent
d35531c1bd
commit
2d9feaa634
24 changed files with 787 additions and 16 deletions
13
flake.nix
13
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue