Compare commits
2 commits
9487cb3170
...
5c71098225
Author | SHA1 | Date | |
---|---|---|---|
5c71098225 | |||
b28f20f83d |
1 changed files with 8 additions and 2 deletions
|
@ -52,6 +52,7 @@
|
|||
rustup
|
||||
rust-analyzer
|
||||
cargo-cross
|
||||
gcc
|
||||
#appimage-run
|
||||
steam-run-native
|
||||
];
|
||||
|
@ -60,6 +61,7 @@
|
|||
wget
|
||||
git
|
||||
emacs
|
||||
sqlite
|
||||
nano
|
||||
parted
|
||||
unrar
|
||||
|
@ -69,7 +71,11 @@
|
|||
python3
|
||||
];
|
||||
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.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
|
Loading…
Reference in a new issue