Infini-DL360/conduwuit: init
This commit is contained in:
parent
4c03224c22
commit
b69ec7b9c1
5 changed files with 216 additions and 1 deletions
10
modules/global/caches/conduwuit.nix
Normal file
10
modules/global/caches/conduwuit.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://attic.kennel.juneis.dog/conduwuit"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"conduwuit:lYPVh7o1hLu1idH4Xt2QHaRa49WRGSAqzcfFd94aOTw="
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue