fix: less eval time

This commit is contained in:
Patrick 2024-11-21 20:37:07 +01:00
parent 906a3ed803
commit 46613eee4d
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 7 additions and 3 deletions

View file

@ -1371,11 +1371,11 @@
"pre-commit-hooks": "pre-commit-hooks_3"
},
"locked": {
"lastModified": 1730662453,
"narHash": "sha256-gfHjVmhsbsp0O61RSBxtrg4xEsYwQ5BZwyQTwIfFl9s=",
"lastModified": 1732215218,
"narHash": "sha256-/iaKjsFlCbbyDQSJeeCkcgq1+fiVTnJZNyyOO9aaMRM=",
"owner": "oddlama",
"repo": "nixos-extra-modules",
"rev": "ba53e1a0becde25b0644fbf886234669c9b285e3",
"rev": "90c0b018de0465bffe35fee0f86dadfab35b878f",
"type": "github"
},
"original": {

View file

@ -85,5 +85,9 @@
# All nixosSystem instanciations are collected here, so that we can refer
# to any system via nodes.<name>
nodes = config.nixosConfigurations // config.guestConfigurations;
wireguardEvalCache = config.pkgs.x86_64-linux.lib.wireguard.createEvalCache inputs [
"scrtiny-patrick"
"elisabeth"
];
};
}