forked from mirrors_public/oddlama_nix-config
feat: update agenix-rekey (prevents frequent store path change which caused unnecessary microvm restarts)
This commit is contained in:
parent
a737071162
commit
d4a932923d
4 changed files with 108 additions and 105 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -53,11 +53,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708966623,
|
"lastModified": 1710507018,
|
||||||
"narHash": "sha256-ClfhWvju5sJpt2l9FKCcHtyNnVtLBRjMNie066GLgyM=",
|
"narHash": "sha256-uLiNsW8OGfj/qAUj0ckwXX+8tdNOhWvhQGdzaVtqjjY=",
|
||||||
"owner": "oddlama",
|
"owner": "oddlama",
|
||||||
"repo": "agenix-rekey",
|
"repo": "agenix-rekey",
|
||||||
"rev": "ac73aac46bc4a9474496ce3e68ed05f0c2a340ce",
|
"rev": "5a4a617d5daf5634f058ecd0430ea20961a694b8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,5 +2,6 @@ f: {
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: f {
|
}:
|
||||||
|
f {
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@ f: {
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: f {
|
}:
|
||||||
|
f {
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,8 @@ f: {
|
||||||
mkOption
|
mkOption
|
||||||
types
|
types
|
||||||
;
|
;
|
||||||
in f {
|
in
|
||||||
|
f {
|
||||||
options.nodes = mkOption {
|
options.nodes = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
description = ''
|
description = ''
|
||||||
|
@ -109,4 +110,4 @@ in f {
|
||||||
config = {
|
config = {
|
||||||
# TODO: assertions = []
|
# TODO: assertions = []
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue