June
88e3da11a6
Use the GPG keys used for the password-store noc directory for the admin keys. Switch the git hosts secret management from colmena to sops-nix. https://github.com/getsops/sops https://github.com/Mic92/sops-nix
14 lines
178 B
Nix
14 lines
178 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./forgejo.nix
|
|
./networking.nix
|
|
./nginx.nix
|
|
./opensearch.nix
|
|
./redis.nix
|
|
./sops.nix
|
|
];
|
|
}
|