fix(server): wrong username.
This commit is contained in:
parent
b3359f4002
commit
26da4044dd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.username = "ivek";
|
||||
home.homeDirectory = "/home/ivek";
|
||||
home.username = "banir";
|
||||
home.homeDirectory = "/home/banir";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue