building without tf state

This commit is contained in:
arcnmx 2022-12-17 18:44:05 -08:00
parent e4bd7ee5e6
commit 6779ac1c65
5 changed files with 17 additions and 12 deletions

View file

@ -15,7 +15,7 @@
./postgres.nix
./nginx.nix
../../gui/nfs.nix
];
] ++ lib.optional (meta.trusted ? nixos.systems.tewi.default) meta.trusted.nixos.systems.tewi.default;
services.cockroachdb.locality = "provider=local,network=gensokyo,host=${config.networking.hostName}";