5 lines
89 B
Nix
5 lines
89 B
Nix
{
|
|
imports = [../home.nix];
|
|
home.username = "root";
|
|
home.homeDirectory = "/root";
|
|
}
|