add gitea

This commit is contained in:
Vivian 2022-04-29 22:24:44 +02:00
parent d525c43707
commit aec776d1cb
8 changed files with 66 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ lib, config, pkgs, ... }:
{
imports = [ ];
@ -33,6 +33,7 @@
};
whitelist = {
"0x76" = "5513404a-81a2-4c84-b952-18661b1803e7";
red_shifts = "e0afdee5-e776-49a9-a0cd-c8753faf4255";
};
package = pkgs.papermc;