Fixed errors with flake. and added kagi search engine

This commit is contained in:
Jurn Wubben 2025-05-06 15:06:41 +02:00
parent 8f6905474b
commit 2ff030ce73
9 changed files with 80 additions and 60 deletions

View file

@ -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;
};