keep outputs in nixos

This commit is contained in:
Quentin 2023-03-24 16:50:21 +01:00
parent 3781696316
commit d07c5d407b
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,7 @@ cores = 0
log-lines = 200
filter-syscalls = true
sandbox = true
keep-outputs = true
keep-derivations = true
experimental-features = nix-command flakes
post-build-hook = /usr/local/bin/pin.sh

View File

@ -404,6 +404,7 @@ func initConsul() {
func main() {
var err error
// init components
initConfig()
initNomad()
initConsul()