BreadDcbot; fixed infinite recursion and made secrete available to user
This commit is contained in:
parent
e6197316cc
commit
6b97209703
2 changed files with 10 additions and 3 deletions
|
|
@ -13,6 +13,13 @@ in {
|
|||
then serviceUser "dcbot" # "dcbot" doesn't exist on e.g laptop.
|
||||
else "root";
|
||||
};
|
||||
bread-dcbot = {
|
||||
file = ./bread-dcbot.age;
|
||||
owner =
|
||||
if config.niksos.server
|
||||
then serviceUser "bread-dcbot" # "dcbot" doesn't exist on e.g laptop.
|
||||
else "root";
|
||||
};
|
||||
password.file = ./password.age;
|
||||
matrix-registration = {
|
||||
file = ./matrix-registration.age;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue