From 2c54ed393e921403506ed1622f58ec79b8512f87 Mon Sep 17 00:00:00 2001 From: caley Date: Mon, 22 Jun 2026 00:43:45 +0200 Subject: Update configuration.nix --- nixos/hosts/bin/configuration.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index a52d70b..e71e692 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -50,14 +50,21 @@ shell = pkgs.fish; }; -environment.systemPackages = with pkgs; [ + environment.systemPackages = with pkgs; [ git neovim btop ]; -documentation.enable = false; -documentation.man.enable = false; + services.openssh = { + enable = true; + settings = { + PasswordAuthentication = true; + }; + }; + + documentation.enable = false; + documentation.man.enable = false; system.stateVersion = "26.05"; } -- cgit v1.3.1