This commit is contained in:
Johannes Jöns 2023-02-24 18:33:14 +01:00
parent 9721cb9f66
commit 560521885f
2 changed files with 2 additions and 1 deletions

View file

@ -138,7 +138,7 @@
# useGlobalPkgs = true; # useGlobalPkgs = true;
# useUserPackages = true; # useUserPackages = true;
#}; #};
system.stateVersion = "22.11"; system.stateVersion = "23.05";
} }
]; ];

View file

@ -139,6 +139,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
git
]; ];
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
# services.openssh.enable = true; # services.openssh.enable = true;