fix pasting error
This commit is contained in:
parent
fd8044b62f
commit
2d4fdc786a
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
home-manager.users.root = {
|
||||
imports = [ ../. ];
|
||||
home = {
|
||||
username = config.users.users.jopejoe1.name;
|
||||
homeDirectory = config.users.users.jopejoe1.home;
|
||||
username = config.users.users.root.name;
|
||||
homeDirectory = config.users.users.root.home;
|
||||
stateVersion = config.system.stateVersion;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue