14 lines
155 B
Nix
14 lines
155 B
Nix
{ ... }:
|
|
|
|
{
|
|
home = {
|
|
username = "root";
|
|
homeDirectory = "/root";
|
|
stateVersion = "22.05";
|
|
};
|
|
|
|
imports = [
|
|
./modules
|
|
./root
|
|
];
|
|
}
|