Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 28, 2024
1 parent 31ddfc7 commit 6615abe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions hosts/hastur/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,25 @@
# enable = true;
# configFile = config.vaultix.secrets.hyst-us-cli.path;
# };
# abhoth = {
# enable = true;
# configFile = config.vaultix.secrets.hyst-osa-cli.path;
# };
abhoth = {
enable = true;
configFile = config.vaultix.secrets.hyst-osa-cli.path;
};
yidhra = {
enable = true;
configFile = config.vaultix.secrets.hyst-hk-cli.path;
};
};
shadowsocks.instances = [
{
name = "rha";
configFile = config.vaultix.secrets.ss-az.path;
serve = {
enable = true;
port = 6059;
};
}
];
# shadowsocks.instances = [
# {
# name = "rha";
# configFile = config.vaultix.secrets.ss-az.path;
# serve = {
# enable = true;
# port = 6059;
# };
# }
# ];

gvfs.enable = false;

Expand Down

0 comments on commit 6615abe

Please sign in to comment.