mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: clean up after tewi
This commit is contained in:
parent
166b68492b
commit
47d1036c42
4 changed files with 17 additions and 9 deletions
11
modules/nixos/cockroachdb.nix
Normal file
11
modules/nixos/cockroachdb.nix
Normal 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}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue