Fixed errors with flake. and added kagi search engine
This commit is contained in:
parent
8f6905474b
commit
2ff030ce73
9 changed files with 80 additions and 60 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{config, ...}: {
|
||||
age.secrets = {
|
||||
transferSh = {
|
||||
file = ./transfer-sh.age;
|
||||
|
|
@ -6,7 +6,10 @@
|
|||
};
|
||||
dcbot = {
|
||||
file = ./dcbot.age;
|
||||
owner = "dcbot";
|
||||
owner =
|
||||
if config.niksos.server
|
||||
then "dcbot" # "dcbot" doesn't exist on e.g laptop.
|
||||
else "root";
|
||||
};
|
||||
password.file = ./password.age;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue