From 9a22cca0ea715de966a64f53fef96d7c788675cd Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Sun, 2 Feb 2025 21:14:05 +0200 Subject: [PATCH] add nh to apu and freun.dev --- hosts/apu/configuration.nix | 1 + hosts/freun.dev/configuration.nix | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/apu/configuration.nix b/hosts/apu/configuration.nix index 723813b..dd46548 100644 --- a/hosts/apu/configuration.nix +++ b/hosts/apu/configuration.nix @@ -197,6 +197,7 @@ in users.users.jokke = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + packages = [ pkgs.nh ]; openssh.authorizedKeys.keys = [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIUkESu5NnBi1M0+ZjYrkp6/rIFuwc3aguspf98jmOydNce6l65cnS3GRzc9oWx4lu11ahi87ZuE+pYV+gaHm4=" ]; diff --git a/hosts/freun.dev/configuration.nix b/hosts/freun.dev/configuration.nix index 81ba112..c3a244a 100644 --- a/hosts/freun.dev/configuration.nix +++ b/hosts/freun.dev/configuration.nix @@ -95,10 +95,7 @@ users.users.jokke = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - # packages = with pkgs; [ - # firefox - # tree - # ]; + packages = [ pkgs.nh ]; openssh.authorizedKeys.keys = [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIUkESu5NnBi1M0+ZjYrkp6/rIFuwc3aguspf98jmOydNce6l65cnS3GRzc9oWx4lu11ahi87ZuE+pYV+gaHm4=" ];