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