Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 21, 2024
1 parent 62cbe41 commit dfd932b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions hosts/nodens/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@
# }
# ];

juicity.instances = {
only = {
enable = true;
# credentials = [
# "key:${config.age.secrets."nyaw.key".path}"
# "cert:${config.age.secrets."nyaw.cert".path}"
# ];
serve = true;
openFirewall = 23180;
configFile = config.age.secrets.juic-san.path;
};
};
# juicity.instances = {
# only = {
# enable = true;
# # credentials = [
# # "key:${config.age.secrets."nyaw.key".path}"
# # "cert:${config.age.secrets."nyaw.cert".path}"
# # ];
# serve = true;
# openFirewall = 23180;
# configFile = config.age.secrets.juic-san.path;
# };
# };

hysteria.instances = {
only = {
Expand Down

0 comments on commit dfd932b

Please sign in to comment.