chore: remove obsolete files

This commit is contained in:
Leon Schwarzäugl 2024-12-29 02:16:47 +01:00
parent 80bf7596bc
commit 16a6aec702
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 68 additions and 147 deletions

View file

@ -1,4 +1,7 @@
{ config, lib, ... }:
{ self, config, lib, ... }:
let
certsSopsFile = self + /secrets/certs/secrets.yaml;
in
{
sops = lib.mkIf (!config.swarselsystems.isPublic) {
@ -25,6 +28,8 @@
githubforgepass = { };
gitlabforgeuser = { };
gitlabforgepass = { };
"sweden-aes-128-cbc-udp-dns-crl-verify.pem" = { sopsFile = certsSopsFile; owner = "swarsel"; };
"sweden-aes-128-cbc-udp-dns-ca.pem" = { sopsFile = certsSopsFile; owner = "swarsel"; };
};
templates = {
"network-manager.env".content = ''