fixed root environment

This commit is contained in:
Bryan Ramos 2024-05-14 23:30:27 -04:00
parent 309e56a34b
commit ca9066bfaa
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -10,17 +10,11 @@
}; };
}; };
#TESTING
users.mutableUsers = false;
users.users = { users.users = {
${config.user.name} = { ${config.user.name} = {
isNormalUser = true; isNormalUser = true;
extraGroups = config.user.groups; extraGroups = config.user.groups;
openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ]; 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; [ fonts.packages = with pkgs; [
terminus_font terminus_font
terminus-nerdfont terminus-nerdfont