Add sops.nix to every host

This commit is contained in:
Fiona Grzebien 2026-05-17 02:41:04 +02:00
commit 679f815d60
Signed by: fi
SSH key fingerprint: SHA256:HQgl5VGC4+Yw3ds/0I/DqTge63SPBXvXwhNG/gRW26U
27 changed files with 91 additions and 21 deletions

View file

@ -5,5 +5,6 @@
./forgejo.nix ./forgejo.nix
./redis.nix ./redis.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -5,5 +5,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
./jellyfin.nix ./jellyfin.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -4,5 +4,6 @@
./configuration.nix ./configuration.nix
./keycloak.nix ./keycloak.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -3,5 +3,6 @@
imports = [ imports = [
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -3,5 +3,6 @@
imports = [ imports = [
./configuration.nix ./configuration.nix
./simple-nixos-mailserver.nix ./simple-nixos-mailserver.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -5,5 +5,6 @@
./mastodon.nix ./mastodon.nix
./opensearch.nix ./opensearch.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -1,21 +0,0 @@
diff --git a/.yarnrc.yml b/.yarnrc.yml
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -1 +1,6 @@
nodeLinker: node-modules
+
+approvedGitRepositories:
+ - "**"
+
+enableScripts: true
diff --git a/yarn.lock b/yarn.lock
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,6 +2,6 @@
# Manual changes might be lost - proceed with caution!
__metadata:
- version: 8
+ version: 9
cacheKey: 10c0

View file

@ -8,5 +8,6 @@
./matrix-authentication-service.nix ./matrix-authentication-service.nix
./matrix-synapse.nix ./matrix-synapse.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -6,5 +6,6 @@
./neo4j.nix ./neo4j.nix
./prometheus.nix ./prometheus.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -5,5 +5,6 @@
./grafana.nix ./grafana.nix
./prometheus.nix ./prometheus.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -4,5 +4,6 @@
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
./nextcloud.nix ./nextcloud.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -4,5 +4,6 @@
./configuration.nix ./configuration.nix
./nginx.nix ./nginx.nix
./searx.nix ./searx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -7,5 +7,6 @@
./radarr.nix ./radarr.nix
./sonarr.nix ./sonarr.nix
./nginx.nix ./nginx.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}

View file

@ -5,5 +5,6 @@
./nginx.nix ./nginx.nix
./containers/uptime-kuma ./containers/uptime-kuma
./services.nix ./services.nix
./sops.nix
]; ];
} }

View file

@ -0,0 +1,6 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}