modules/effect-receiver: init and add to serverBase

This commit is contained in:
Max Headroom 2023-03-22 18:16:43 +01:00
parent 39050c9161
commit 50e83c172d
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
users.users.root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9TxAaaN3Ysua72wes3hDupB7D1C37lwCteXA4GM5Ix"
];
};
}

View file

@ -9,6 +9,7 @@ in
autopatch = ./autopatch;
consul-service-registry = ./consul-service-registry;
deploy-rs-receiver = ./deploy-rs-receiver;
effect-receiver = ./effect-receiver;
enterprise = ./enterprise;
fail2ban = ./fail2ban;
hydra = ./hydra;
@ -43,6 +44,7 @@ in
machineBase
consul-service-registry
deploy-rs-receiver
effect-receiver
fail2ban
motd
nix-config-server