Skip to content

Commit

Permalink
work: remove some open ports
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jun 6, 2024
1 parent 6ceadd4 commit 1a69b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions nixos/work/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# ./bitburner.nix
./dante.nix
./hardware-configuration.nix
./iperf3.nix
./kerberos.nix
./ltXkb.nix
./prebuild-configs.nix
Expand Down Expand Up @@ -141,7 +140,7 @@
PasswordAuthentication = false;
X11Forwarding = true;
};
ports = [ 9222 22 ];
ports = [ 22 ];
};
printing.enable = true;
thinkfan.levels = [
Expand Down
4 changes: 0 additions & 4 deletions nixos/work/iperf3.nix

This file was deleted.

0 comments on commit 1a69b5f

Please sign in to comment.