Update lindberg-webapps configurations
This commit is contained in:
parent
c047a5b4ed
commit
87e85c370b
5 changed files with 9 additions and 8 deletions
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"lindberg-webapps": {
|
||||
"hostName": "lindberg-webapps",
|
||||
"sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT99lj5OI+V1PlZl/T2ikBORwMiXjDfWpHYfq/GvUM5"
|
||||
"sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByESy+XiBT8/PoE8DUB388B5MA6LVcJBgH1ZgYxr9Mg"
|
||||
},
|
||||
"batzberg": {
|
||||
"hostName": "batzberg"
|
||||
|
|
9
flake.lock
generated
9
flake.lock
generated
|
@ -170,10 +170,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1747599024,
|
||||
"narHash": "sha256-qc94Cyt6uaQCVY2VlCtNxGb7hs3DbLvxuhEnSLFL8T8=",
|
||||
"rev": "bed7588246ec58aacac3d0ff5b191fa6cc9faa98",
|
||||
"revCount": 17,
|
||||
"lastModified": 1749920008,
|
||||
"narHash": "sha256-wn3U2q/+OQYErVyoY9kwZP/fXcDG4ewhJkHX7qHzq8g=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "5f8ba2025848dd30539c42ef1f7e6c6f917e70d9",
|
||||
"revCount": 19,
|
||||
"type": "git",
|
||||
"url": "file:./private"
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
disko.devices.disk = {
|
||||
system = {
|
||||
type = "disk";
|
||||
device = "/dev/vda";
|
||||
device = "/dev/vdb";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
|
@ -75,7 +75,7 @@ writeText ".sops.yaml" (
|
|||
|
||||
# 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;
|
||||
age = toCommaList (userAgeKeys ++ builtins.attrValues serverAgeKeys);
|
||||
}
|
||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
|||
Subproject commit bed7588246ec58aacac3d0ff5b191fa6cc9faa98
|
||||
Subproject commit 5f8ba2025848dd30539c42ef1f7e6c6f917e70d9
|
Loading…
Add table
Add a link
Reference in a new issue