o they renamed it
This commit is contained in:
parent
0885b83782
commit
213d22c5ac
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue