fix my username
This commit is contained in:
parent
669bee21d6
commit
28cf319bc0
1 changed files with 4 additions and 4 deletions
|
|
@ -157,10 +157,10 @@
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = true;
|
||||||
|
|
||||||
# ! Change the following configuration
|
# ! Change the following configuration
|
||||||
users.users.bob = {
|
users.users.osbm = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/bob";
|
home = "/home/osbm";
|
||||||
description = "Bob";
|
description = "osbm";
|
||||||
extraGroups = ["wheel" "networkmanager"];
|
extraGroups = ["wheel" "networkmanager"];
|
||||||
# ! Be sure to put your own public key here
|
# ! Be sure to put your own public key here
|
||||||
openssh.authorizedKeys.keys = ["a public key"];
|
openssh.authorizedKeys.keys = ["a public key"];
|
||||||
|
|
@ -171,5 +171,5 @@
|
||||||
wheelNeedsPassword = false;
|
wheelNeedsPassword = false;
|
||||||
};
|
};
|
||||||
# ! Be sure to change the autologinUser.
|
# ! Be sure to change the autologinUser.
|
||||||
services.getty.autologinUser = "bob";
|
services.getty.autologinUser = "osbm";
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue