Move sops secrets in the appropriate module

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-18 11:36:50 +01:00
parent 8c79f7450d
commit f4a71cf513
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
9 changed files with 10 additions and 10 deletions

View file

@ -19,4 +19,5 @@
};
};
services.nginx.group = "acme";
sops.secrets."security/acme/dns" = { };
}

View file

@ -24,4 +24,5 @@
name = "homepage";
ensurePermissions = { "DATABASE homepage" = "ALL PRIVILEGES"; };
}];
sops.secrets."services/chir.rs" = { };
}

View file

@ -77,4 +77,5 @@
bind = "127.0.0.1";
databases = 3;
};
sops.secrets."services/gitea.nix" = { };
}

View file

@ -35,4 +35,5 @@ in
proxyWebsockets = true;
};
};
sops.secrets."security/minio/credentials_file" = { };
}

View file

@ -38,4 +38,5 @@ in
proxyPass = "http://127.0.0.1:9000/darkkirb.de/";
};
};
sops.secrets."services/old-homepage" = { };
}

View file

@ -50,4 +50,7 @@
}
];
};
sops.secrets."services/minio_scrape" = {
owner = "prometheus";
};
}

View file

@ -7,4 +7,5 @@
];
repository = "sftp:darkkirb@backup.int.chir.rs:/backup";
};
sops.secrets."security/restic/password" = { };
}

View file

@ -2,14 +2,4 @@
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}/secrets.yaml";
sops.secrets."network/wireguard/privkey" = { };
sops.secrets."security/acme/dns" = { };
sops.secrets."security/restic/password" = { };
sops.secrets."security/minio/credentials_file" = { };
sops.secrets."services/gitea.nix" = { };
sops.secrets."services/minio_scrape" = {
owner = "prometheus";
};
sops.secrets."services/old-homepage" = { };
sops.secrets."services/chir.rs" = { };
}

View file

@ -27,4 +27,5 @@
};
};
networking.firewall.allowedUDPPorts = [ 51820 ];
sops.secrets."network/wireguard/privkey" = { };
}