agpl3 not free enough lol

This commit is contained in:
41666 2024-03-26 00:00:47 -04:00
parent d2e3610649
commit 0885b83782

View file

@ -1,4 +1,4 @@
{ inputs, config, ... }: {
{ inputs, config, lib, ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
@ -15,6 +15,8 @@
sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml;
};
nixpkgs.allowlistedLicenses = [ lib.licenses.agpl3 ];
services.iceshrimp = {
enable = true;
settings.url = "https://porcelain.doll.repair";