chore: clean up after tewi

This commit is contained in:
arcnmx 2024-01-16 10:12:17 -08:00
parent 166b68492b
commit 47d1036c42
4 changed files with 17 additions and 9 deletions

View file

@ -0,0 +1,11 @@
{
config,
lib,
...
}: let
inherit (lib.modules) mkDefault;
in {
config.services.cockroachdb = {
locality = mkDefault "provider=local,network=gensokyo,host=${config.networking.hostName}";
};
}