agpl3 not free enough lol
This commit is contained in:
parent
d2e3610649
commit
0885b83782
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, ... }: {
|
{ inputs, config, lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../../templates/proxmox-lxc.nix
|
../../templates/proxmox-lxc.nix
|
||||||
../../server.nix
|
../../server.nix
|
||||||
|
@ -15,6 +15,8 @@
|
||||||
sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml;
|
sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.allowlistedLicenses = [ lib.licenses.agpl3 ];
|
||||||
|
|
||||||
services.iceshrimp = {
|
services.iceshrimp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.url = "https://porcelain.doll.repair";
|
settings.url = "https://porcelain.doll.repair";
|
||||||
|
|
Loading…
Add table
Reference in a new issue