Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Feb 7, 2024
1 parent ad9966b commit 1f0a566
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions hosts/redfox/services.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, username }:
{
openssh.enable = true;
tailscale.enable = true;

atuin = {
enable = true;
Expand All @@ -12,13 +13,13 @@
enable = true;
};

transfer-sh = {
enable = true;
settings = {
LISTENER = ":7777";
RANDOM_TOKEN_LENGTH = 2;
};
};
# transfer-sh = {
# enable = true;
# settings = {
# LISTENER = ":7777";
# RANDOM_TOKEN_LENGTH = 2;
# };
# };

uptime-kuma = {
enable = true;
Expand Down Expand Up @@ -63,12 +64,12 @@
'';
};

"transfer" ={
hostName = "red.ocfox.me";
extraConfig = ''
reverse_proxy localhost:7777
'';
};
# "transfer" = {
# hostName = "red.ocfox.me";
# extraConfig = ''
# reverse_proxy localhost:7777
# '';
# };

"bin" = {
hostName = "pb.ocfox.me";
Expand All @@ -83,7 +84,6 @@
reverse_proxy localhost:8000
'';
};

};
};
}

0 comments on commit 1f0a566

Please sign in to comment.