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

View file

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