This commit is contained in:
Sandro - 2022-06-13 20:27:29 +02:00
parent ae25c6d88c
commit 62afd74ef1
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 7 deletions

View File

@ -170,7 +170,8 @@ in {
environment = {
systemPackages = with pkgs; [
curl wget
curl
wget
git
htop
tmux

View File

@ -48,11 +48,5 @@
services.openssh.enable = true;
services.openssh.permitRootLogin = lib.mkForce "yes";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "20.09"; # Did you read the comment?
}