move lituus to agenix
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
age.secrets.sealight-mod-password.file = "${self}/secrets/sealight-mod-password.age";
|
||||
age.secrets.sealight-mod-password.owner = "mjolnir";
|
||||
services.mjolnir = {
|
||||
enable = true;
|
||||
protectedRooms = [
|
||||
@@ -13,7 +15,7 @@
|
||||
pantalaimon = {
|
||||
enable = true;
|
||||
username = "mod";
|
||||
passwordFile = "/run/agenix/sealight-mod-password"; # TODO
|
||||
passwordFile = "/run/agenix/sealight-mod-password";
|
||||
options.homeserver = config.services.mjolnir.homeserverUrl;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user