about summary refs log tree commit diff
path: root/nix/hosts/corrino/remarvin.nix
blob: 1377c8be3d78fd25aecc1ac579df356b5935b6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ config, ... }:

{
  # deploy:
  # - push code
  # - build in order to get the new hash (nix build .#remarvin)
  # - update hash in the package (//nix/pkgs/remarvin/default.nix)
  # - deploy

  services.emile.remarvin = {
    enable = true;

    username = "marvin_test1";
    homeserver = "matrix.org";
    accesstokenpath = config.age.secrets.remarvin_accesstoken.path;
  };
}