diff --git a/configuration.nix b/configuration.nix index 2d83273..ea71c18 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "riri"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. @@ -88,12 +88,13 @@ # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options). 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 + neovim tree git btop - neovim wget + neofetch ]; # Some programs need SUID wrappers, can be configured further or are @@ -108,7 +109,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - + services.openssh.settings.PasswordAuthentication = false; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];