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,16 +52,14 @@
|
||||||
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
|
||||||
|
@ -71,11 +69,7 @@
|
||||||
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 = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue