agpl3 revert
This commit is contained in:
parent
bb389a2b14
commit
a8e29a5b88
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
services.iceshrimp = {
|
services.iceshrimp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.iceshrimp.packages.${pkgs.system}.iceshrimp.override {
|
# package = inputs.iceshrimp.packages.${pkgs.system}.iceshrimp.override {
|
||||||
meta.license = lib.license.agpl3Only;
|
# 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