update user
This commit is contained in:
parent
aacf05e59d
commit
92e475a51c
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
# Users are all normal users and default password is password1
|
# Users are all normal users and default password is password1
|
||||||
admins = [ "josh" ]; # First admin is also the primary user owning nix config
|
admins = [ "luser" ]; # First admin is also the primary user owning nix config
|
||||||
users = {
|
users = {
|
||||||
josh = {
|
luser = {
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJN2nsLmAlF6zj5dEBkNSJaqcCya+aB6I0imY8Q5Ew0S nix2h002"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJN2nsLmAlF6zj5dEBkNSJaqcCya+aB6I0imY8Q5Ew0S nix2h002"
|
||||||
];
|
];
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
};
|
};
|
||||||
homeManager = {
|
homeManager = {
|
||||||
users = {
|
users = {
|
||||||
josh = {
|
luser = {
|
||||||
imports = with common.homeManagerModules; [
|
imports = with common.homeManagerModules; [
|
||||||
tmux
|
tmux
|
||||||
atuin
|
atuin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue