From 4e1b54061515e2b2c16ba6f773eb5ebedbf2340b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 5 Dec 2024 01:08:36 +0100 Subject: home/ssh: add preprint/billy --- home/home.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'home') diff --git a/home/home.nix b/home/home.nix index fa29a20..be50d2d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -83,6 +83,20 @@ userName = "stuebinm@ilztalbahn.eu"; passwordCommand = "secret-tool lookup mail ilztalbahn"; }; + accounts.preprint = { + address = "admin@books.exposed"; + imap.host = "books.exposed"; + mbsync = { + enable = true; + create = "maildir"; + }; + msmtp.enable = true; + mu.enable = true; + realName = "terru"; + smtp.host = "books.exposed"; + userName = "admin@books.exposed"; + passwordCommand = "secret-tool lookup mail preprint"; + }; }; programs.bash = { @@ -342,6 +356,11 @@ user = "root"; identityFile = keydir + "/id_ed25519"; }; + "billy" = { + hostname = "billy.books.exposed"; + user = "root"; + identityFile = keydir + "/id_ed25519"; + }; }; }; -- cgit v1.2.3