feature: added specCon18 user
This commit is contained in:
parent
d934db7622
commit
1254657679
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@
|
|||
}:
|
||||
let
|
||||
u = {
|
||||
specCon18 = {
|
||||
isNormalUser = true;
|
||||
name = "specCon18";
|
||||
extraGroups = [ "wheel" ];
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH96EL/NeIYyO5ePEFTkTHPDqIgWtiZw6RvUnk9CTry3"
|
||||
];
|
||||
};
|
||||
sky = {
|
||||
isNormalUser = true;
|
||||
name = "sky";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue