mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 07:41:08 +02:00
dns fuckery
This commit is contained in:
parent
5f43998de8
commit
f8eee37e51
12 changed files with 62 additions and 20 deletions
|
@ -47,6 +47,10 @@
|
|||
url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
caddy-patched = {
|
||||
url = "github:rouven0/nixos-caddy-patched";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -62,6 +66,7 @@
|
|||
, purge
|
||||
, trucksimulatorbot
|
||||
, pfersel
|
||||
, caddy-patched
|
||||
, ...
|
||||
}@attrs: {
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue