Fix typo
This commit is contained in:
parent
66fd45b8ad
commit
a7072f8b52
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
||||||
];
|
];
|
||||||
extraGroups = ["wheel", "networkmanager"];
|
extraGroups = ["wheel" "networkmanager"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue