iceshrimp??
This commit is contained in:
parent
8016e3eeaa
commit
43da93ae72
2 changed files with 11 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
|||
{ inputs, ... }: {
|
||||
{ inputs, config, ... }: {
|
||||
imports = [
|
||||
../../templates/proxmox-lxc.nix
|
||||
../../server.nix
|
||||
../../features/dns-cache.nix
|
||||
../../features/telemetry
|
||||
inputs.iceshrimp.nixosModules.iceshrimp
|
||||
inputs.iceshrimp.nixosModules.iceshrimp {}
|
||||
];
|
||||
|
||||
networking.hostName = "porcelain-doll-repair";
|
||||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
sops.secrets.db_password = {
|
||||
sopsFile = ../../../secrets/porcelain-doll-repair/default.yaml;
|
||||
};
|
||||
|
||||
services.iceshrimp = {
|
||||
enable = true;
|
||||
url = "https://porcelain.doll.repair";
|
||||
createDb = true;
|
||||
dbPasswordFile = config.sops.secrets.db_password.path;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue