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"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -625,6 +648,7 @@
|
|||
"doll-repair": "doll-repair",
|
||||
"home-manager": "home-manager",
|
||||
"iceshrimp": "iceshrimp",
|
||||
"iceshrimp-withdrawal": "iceshrimp-withdrawal",
|
||||
"nixos-generators": "nixos-generators",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
iceshrimp-withdrawal = {
|
||||
url = "git+https://iceshrimp.dev/noe/withdrawal";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.iceshrimp.follows = "iceshrimp";
|
||||
};
|
||||
|
||||
# Self
|
||||
noe-sh = {
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
imports = [
|
||||
../../templates/proxmox-lxc.nix
|
||||
../../server.nix
|
||||
#../../features/dns-cache.nix
|
||||
#../../features/telemetry
|
||||
inputs.iceshrimp.nixosModules.iceshrimp {}
|
||||
];
|
||||
|
||||
|
@ -31,6 +29,7 @@
|
|||
|
||||
services.iceshrimp = {
|
||||
enable = true;
|
||||
package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal;
|
||||
settings.url = "https://porcelain.doll.repair";
|
||||
dbPasswordFile = config.sops.secrets.db_password.path;
|
||||
createDb = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue