test commit
This commit is contained in:
parent
12ddd40b72
commit
e4febece92
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
let
|
||||
secrets = import ./secrets.nix;
|
||||
in {
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.freecorn = {
|
||||
description = "FreeCorn";
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINoElXZvPDrpHQuTP9MtIgYXq1DA1F4IL2MIVdse48Nr techx18@freecornpc"
|
||||
];
|
||||
openssh.authorizedKeys.keys = secrets.cornKeys;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
|
|
Reference in a new issue