updated pubkey for server, reenabled services, updated docs
This commit is contained in:
parent
304afdc0d4
commit
728edd0036
4 changed files with 210 additions and 104 deletions
|
|
@ -1,15 +1,13 @@
|
|||
{
|
||||
imports = [
|
||||
# TODO: Enable after first install when SOPS secrets are configured
|
||||
# ./forgejo.nix
|
||||
# ./headplane.nix
|
||||
# ./mailserver.nix
|
||||
# ./tailscale.nix
|
||||
|
||||
./forgejo.nix
|
||||
./headplane.nix
|
||||
./headscale.nix
|
||||
./mailserver.nix
|
||||
./netdata.nix
|
||||
./nginx.nix
|
||||
./openssh.nix
|
||||
./sops.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,11 +13,9 @@
|
|||
sops = {
|
||||
defaultSopsFile = ../secrets.yaml;
|
||||
# age.keyFile is not set, sops-nix defaults to using /etc/ssh/ssh_host_ed25519_key
|
||||
|
||||
# TODO: Enable after first install when SOPS secrets are configured
|
||||
# secrets = {
|
||||
# "forgejo-runner/token" = { };
|
||||
# "tailscale/auth-key" = { };
|
||||
# };
|
||||
secrets = {
|
||||
"forgejo-runner/token" = { };
|
||||
"tailscale/auth-key" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue