Add NixOS configuration for ringtail workstation #207
1 changed files with 1 additions and 0 deletions
Add initial password for eblume user on ringtail
Temporary bootstrap password for console login. Change with passwd after first boot, then remove initialPassword from config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
64b6bbaf74
|
|
@ -80,6 +80,7 @@
|
||||||
# User account
|
# User account
|
||||||
users.users.eblume = {
|
users.users.eblume = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
initialPassword = "changeme";
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" ];
|
extraGroups = [ "wheel" "networkmanager" "video" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmh1SSCdDAyu3vkSQH7kAXEPDi8APyjo9JXDTjtha2j"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmh1SSCdDAyu3vkSQH7kAXEPDi8APyjo9JXDTjtha2j"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue