modules/effect-receiver: init and add to serverBase
This commit is contained in:
parent
39050c9161
commit
50e83c172d
2 changed files with 9 additions and 0 deletions
7
modules/effect-receiver/default.nix
Normal file
7
modules/effect-receiver/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9TxAaaN3Ysua72wes3hDupB7D1C37lwCteXA4GM5Ix"
|
||||
];
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue