User avatar
alex @graphite@shonk.phite.ro
1y
i tried to set up iceshrimp but the systemd service just keeps restarting with the error password authentication failed for user "iceshrimp".. i just followed the nixos instructions
1
1
0
0
User avatar
alex @graphite@shonk.phite.ro
1y
this is my iceshrimp module:
inputs: { pkgs, config, ... }: {
  imports = [
    inputs.iceshrimp.nixosModules.iceshrimp
  ];
  services.iceshrimp = {
    enable = true;
    createDb = true;
    dbPasswordFile = /var/keys/iceshrimpdbpass;
    secretConfig = /var/keys/is_secrets.yml;
    settings = {
      url = "https://is.phite.ro";
      accountDomain = "phite.ro";
      port = 3010;
      maxNoteLength = 100000;
      maxCaptionLength = 8192;
      disableHsts = true; # caddy will handle that
      clusterLimit = 4;
      outgoingAddressFamily = "dual";
    };
  };
}

does anyone know why it's not working?
1
0
0
0
User avatar
alex @graphite@shonk.phite.ro
1y
is there literally anyone else who uses the iceshrimp nixos module
2
0
0
0
User avatar
Tournesol 🌻 @tournesol@peculiar.florist
1y
@graphite I sadly don't know anyone that do and that is active…
0
0
0
0