Evolution in Seattle

This commit is contained in:
2021-04-29 21:39:21 -07:00
parent a67881c68c
commit 82596ea68a
12 changed files with 187 additions and 84 deletions
+8
View File
@@ -23,6 +23,14 @@ in {
};
};
fudo.secrets.host-secrets.lambda = {
host-keytab = {
source-file = /state/secrets/kerberos/lambda.keytab;
target-file = "/etc/krb5.keytab";
user = "root";
};
};
fudo.ipfs = {
enable = true;
users = [ "niten" ];