mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed root environment
This commit is contained in:
parent
309e56a34b
commit
ca9066bfaa
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue