pdr: attempt withdrawal
This commit is contained in:
parent
6d7417dfc7
commit
0938c2fc88
3 changed files with 30 additions and 2 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -322,6 +322,29 @@
|
||||||
"url": "https://iceshrimp.dev/iceshrimp/packaging"
|
"url": "https://iceshrimp.dev/iceshrimp/packaging"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"iceshrimp-withdrawal": {
|
||||||
|
"inputs": {
|
||||||
|
"iceshrimp": [
|
||||||
|
"iceshrimp"
|
||||||
|
],
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs-unstable"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1711774883,
|
||||||
|
"narHash": "sha256-AyzeCcMCX5hxixvo2uTQkZ8hRGMi/m+3wQPknhaVzeU=",
|
||||||
|
"ref": "refs/heads/main",
|
||||||
|
"rev": "0539d4394620fb6016ca21423390b3012f553f2d",
|
||||||
|
"revCount": 37,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://iceshrimp.dev/noe/withdrawal"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://iceshrimp.dev/noe/withdrawal"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nix-darwin": {
|
"nix-darwin": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -625,6 +648,7 @@
|
||||||
"doll-repair": "doll-repair",
|
"doll-repair": "doll-repair",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"iceshrimp": "iceshrimp",
|
"iceshrimp": "iceshrimp",
|
||||||
|
"iceshrimp-withdrawal": "iceshrimp-withdrawal",
|
||||||
"nixos-generators": "nixos-generators",
|
"nixos-generators": "nixos-generators",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
|
|
|
@ -39,6 +39,11 @@
|
||||||
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
|
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
iceshrimp-withdrawal = {
|
||||||
|
url = "git+https://iceshrimp.dev/noe/withdrawal";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
|
inputs.iceshrimp.follows = "iceshrimp";
|
||||||
|
};
|
||||||
|
|
||||||
# Self
|
# Self
|
||||||
noe-sh = {
|
noe-sh = {
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../templates/proxmox-lxc.nix
|
../../templates/proxmox-lxc.nix
|
||||||
../../server.nix
|
../../server.nix
|
||||||
#../../features/dns-cache.nix
|
|
||||||
#../../features/telemetry
|
|
||||||
inputs.iceshrimp.nixosModules.iceshrimp {}
|
inputs.iceshrimp.nixosModules.iceshrimp {}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -31,6 +29,7 @@
|
||||||
|
|
||||||
services.iceshrimp = {
|
services.iceshrimp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal;
|
||||||
settings.url = "https://porcelain.doll.repair";
|
settings.url = "https://porcelain.doll.repair";
|
||||||
dbPasswordFile = config.sops.secrets.db_password.path;
|
dbPasswordFile = config.sops.secrets.db_password.path;
|
||||||
createDb = true;
|
createDb = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue