o they renamed it

This commit is contained in:
41666 2024-03-26 00:11:38 -04:00
parent 0885b83782
commit 213d22c5ac

View file

@ -1,4 +1,4 @@
{ inputs, config, lib, ... }: { { inputs, pkgs, config, lib, ... }: {
imports = [ imports = [
../../templates/proxmox-lxc.nix ../../templates/proxmox-lxc.nix
../../server.nix ../../server.nix
@ -15,10 +15,13 @@
sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml; sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml;
}; };
nixpkgs.allowlistedLicenses = [ lib.licenses.agpl3 ]; # nixpkgs.config.allowlistedLicenses = [ lib.licenses.agpl3Only ];
services.iceshrimp = { services.iceshrimp = {
enable = true; enable = true;
package = inputs.iceshrimp.packages.${pkgs.system}.iceshrimp.override {
meta.license = lib.license.agpl3Only; '
};
settings.url = "https://porcelain.doll.repair"; settings.url = "https://porcelain.doll.repair";
createDb = true; createDb = true;
dbPasswordFile = config.sops.secrets.db_password.path; dbPasswordFile = config.sops.secrets.db_password.path;