From ca9066bfaae238c2ee457f11a4b0ff4429b23290 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 14 May 2024 23:30:27 -0400 Subject: [PATCH] fixed root environment --- src/system/machines/server/system.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/system/machines/server/system.nix b/src/system/machines/server/system.nix index dde5b00..27b531f 100644 --- a/src/system/machines/server/system.nix +++ b/src/system/machines/server/system.nix @@ -10,17 +10,11 @@ }; }; -#TESTING - users.mutableUsers = false; - users.users = { ${config.user.name} = { isNormalUser = true; extraGroups = config.user.groups; openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ]; - -#TESTING - initialPassword = "123"; }; }; @@ -55,6 +49,12 @@ }; }; + environment.systemPackages = with pkgs; [ + wget + git + vim + ]; + fonts.packages = with pkgs; [ terminus_font terminus-nerdfont