mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
clarity
This commit is contained in:
parent
d7afba95bf
commit
8904495912
1 changed files with 5 additions and 0 deletions
|
|
@ -10,12 +10,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
#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";
|
||||
};
|
||||
};
|
||||
|
|
@ -43,6 +47,7 @@
|
|||
devices = [ "nodev" ];
|
||||
efiSupport = true;
|
||||
configurationLimit = 5;
|
||||
splashImage = null;
|
||||
};
|
||||
|
||||
efi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue