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=" ];