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": {
|
"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
9
flake.lock
generated
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
||||||
Subproject commit bed7588246ec58aacac3d0ff5b191fa6cc9faa98
|
Subproject commit 5f8ba2025848dd30539c42ef1f7e6c6f917e70d9
|
Loading…
Add table
Add a link
Reference in a new issue