feat(secrets): rekey.

This commit is contained in:
CronyAkatsuki 2025-09-24 22:05:16 +02:00
parent 359b8159cc
commit c82f160872
25 changed files with 120 additions and 114 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./syncthing.nix
./glance.nix
];
}

View file

@ -0,0 +1,6 @@
{
services.glance = {
enable = true;
openFirewall = true;
};
}