From 74273ed64153450ab8d3e54b122d784efcf85822 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 29 Oct 2024 22:41:41 +0100 Subject: remarvin init --- nix/hosts/corrino/remarvin.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nix/hosts/corrino/remarvin.nix (limited to 'nix/hosts/corrino/remarvin.nix') diff --git a/nix/hosts/corrino/remarvin.nix b/nix/hosts/corrino/remarvin.nix new file mode 100644 index 0000000..580cbbf --- /dev/null +++ b/nix/hosts/corrino/remarvin.nix @@ -0,0 +1,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"; + accesstoken = config.age.secrets.remarvin_accesstoken.path; + }; +} -- cgit 1.4.1