Update lindberg-webapps configurations
All checks were successful
CI / build (push) Successful in 1m35s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m30s
CI / deploy (system-vm) (push) Successful in 1m59s
CI / deploy (system-physical) (push) Successful in 2m36s

This commit is contained in:
Fabian Hauser 2025-06-14 19:42:29 +03:00
parent c047a5b4ed
commit 87e85c370b
5 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,7 @@
}, },
"lindberg-webapps": { "lindberg-webapps": {
"hostName": "lindberg-webapps", "hostName": "lindberg-webapps",
"sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT99lj5OI+V1PlZl/T2ikBORwMiXjDfWpHYfq/GvUM5" "sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByESy+XiBT8/PoE8DUB388B5MA6LVcJBgH1ZgYxr9Mg"
}, },
"batzberg": { "batzberg": {
"hostName": "batzberg" "hostName": "batzberg"

9
flake.lock generated
View file

@ -170,10 +170,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747599024, "lastModified": 1749920008,
"narHash": "sha256-qc94Cyt6uaQCVY2VlCtNxGb7hs3DbLvxuhEnSLFL8T8=", "narHash": "sha256-wn3U2q/+OQYErVyoY9kwZP/fXcDG4ewhJkHX7qHzq8g=",
"rev": "bed7588246ec58aacac3d0ff5b191fa6cc9faa98", "ref": "refs/heads/main",
"revCount": 17, "rev": "5f8ba2025848dd30539c42ef1f7e6c6f917e70d9",
"revCount": 19,
"type": "git", "type": "git",
"url": "file:./private" "url": "file:./private"
}, },

View file

@ -3,7 +3,7 @@
disko.devices.disk = { disko.devices.disk = {
system = { system = {
type = "disk"; type = "disk";
device = "/dev/vda"; device = "/dev/vdb";
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {

View file

@ -75,7 +75,7 @@ writeText ".sops.yaml" (
# Secrets for all hosts # Secrets for all hosts
{ {
path_regex = "private/nixos-configurations/secrets\.sops\.(yaml|json|env|ini)$"; path_regex = "private/nixos-modules/shared-secrets/default\.sops\.(yaml|json|env|ini)$";
pgp = toCommaList userPgpKeys; pgp = toCommaList userPgpKeys;
age = toCommaList (userAgeKeys ++ builtins.attrValues serverAgeKeys); age = toCommaList (userAgeKeys ++ builtins.attrValues serverAgeKeys);
} }

@ -1 +1 @@
Subproject commit bed7588246ec58aacac3d0ff5b191fa6cc9faa98 Subproject commit 5f8ba2025848dd30539c42ef1f7e6c6f917e70d9