mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(hakurei): exit
This commit is contained in:
parent
2039fd8cb6
commit
3c1d233b4e
3 changed files with 10 additions and 3 deletions
|
|
@ -130,6 +130,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.tailscale.advertiseExitNode = true;
|
||||
|
||||
systemd.network.networks.eth0 = {
|
||||
name = "eth0";
|
||||
matchConfig = {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
];
|
||||
|
||||
services.kanidm.serverSettings.db_fs_type = "zfs";
|
||||
services.tailscale.advertiseExitNode = true;
|
||||
services.postgresql.package = pkgs.postgresql_14;
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue