Compare commits
No commits in common. "5c71098225dcbf81465ba10236dd92efaf874a7e" and "9487cb3170407ebff534de630c69eb63c7c76d83" have entirely different histories.
5c71098225
...
9487cb3170
1 changed files with 2 additions and 8 deletions
|
@ -52,7 +52,6 @@
|
|||
rustup
|
||||
rust-analyzer
|
||||
cargo-cross
|
||||
gcc
|
||||
#appimage-run
|
||||
steam-run-native
|
||||
];
|
||||
|
@ -61,7 +60,6 @@
|
|||
wget
|
||||
git
|
||||
emacs
|
||||
sqlite
|
||||
nano
|
||||
parted
|
||||
unrar
|
||||
|
@ -71,11 +69,7 @@
|
|||
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