add user
This commit is contained in:
parent
c27c385fd4
commit
c1c91cc0dc
1 changed files with 5 additions and 0 deletions
|
@ -139,4 +139,9 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTIijJ8X0UlQbpGue7gBw95xYh87JPjYR79qSecr2zH"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTIijJ8X0UlQbpGue7gBw95xYh87JPjYR79qSecr2zH"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
users.users.fries = {
|
||||||
|
uid = 2018;
|
||||||
|
isNormalUser = true;
|
||||||
|
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://git.fries.gay/fries.keys")];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue