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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.freecorn = {
|
users.users.freecorn = {
|
||||||
description = "FreeCorn";
|
description = "FreeCorn";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = secrets.cornKeys;
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINoElXZvPDrpHQuTP9MtIgYXq1DA1F4IL2MIVdse48Nr techx18@freecornpc"
|
|
||||||
];
|
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
Reference in a new issue