1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
5c71098225 Hiontaa 2023-05-02 05:09:50 +03:00
b28f20f83d Cloudflare 2023-05-02 05:09:17 +03:00

View file

@ -52,14 +52,16 @@
rustup rustup
rust-analyzer rust-analyzer
cargo-cross cargo-cross
gcc
#appimage-run #appimage-run
steam-run-native steam-run-native
]; ];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
git git
emacs emacs
sqlite
nano nano
parted parted
unrar unrar
@ -69,7 +71,11 @@
python3 python3
]; ];
services.openssh.enable = true; services.openssh.enable = true;
services.cloudflare-dyndns = {
enable = true;
domains = [ "leena.jakest.us" ];
apiTokenFile = "/home/jt/conf/cloudflare.token";
};
networking.firewall.enable = true; networking.firewall.enable = true;
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];