modules/deploy-rs-receiver: drop
This commit is contained in:
parent
1554d59c7d
commit
2aeea7be7f
2 changed files with 0 additions and 23 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = [ "deploy" ];
|
||||
commands = [
|
||||
"NOPASSWD: /nix/store/*-activate-rs/activate-rs"
|
||||
"NOPASSWD: /run/current-system/sw/bin/rm /tmp/deploy-rs-canary-*"
|
||||
];
|
||||
runAs = "root";
|
||||
}
|
||||
];
|
||||
nix.settings.trusted-users = [ "deploy" ];
|
||||
users.users.deploy = {
|
||||
isNormalUser = true;
|
||||
uid = 1999;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmdWfmAs/0rno8zJlhBFMY2SumnHbTNdZUXJqxgd9ON max@jericho"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL max@TITAN"
|
||||
];
|
||||
};
|
||||
}
|
|
@ -10,7 +10,6 @@ in
|
|||
ascensions = ./ascensions;
|
||||
consul-distributed-services = ./consul-distributed-services;
|
||||
consul-service-registry = ./consul-service-registry;
|
||||
deploy-rs-receiver = ./deploy-rs-receiver;
|
||||
effect-receiver = ./effect-receiver;
|
||||
enterprise = ./enterprise;
|
||||
external-storage = ./external-storage;
|
||||
|
@ -50,7 +49,6 @@ in
|
|||
ascensions
|
||||
consul-distributed-services
|
||||
consul-service-registry
|
||||
deploy-rs-receiver
|
||||
effect-receiver
|
||||
external-storage
|
||||
fail2ban
|
||||
|
|
Loading…
Reference in a new issue