11 lines
147 B
Nix
11 lines
147 B
Nix
{
|
|
system = "x86_64-linux";
|
|
role = "desktop";
|
|
tags = [ "local" ];
|
|
host = {
|
|
username = "h";
|
|
highRam = true;
|
|
admin = true;
|
|
};
|
|
}
|