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