nix-conf/modules/servers/home-manager/root.nix

5 lines
88 B
Nix

{
imports = [./home.nix];
home.username = "root";
home.homeDirectory = "/root";
}