Files
nix/hosts/astyanax/meta.nix
T

11 lines
149 B
Nix

{
system = "x86_64-linux";
role = "laptop";
tags = [ "personal" ];
host = {
username = "h";
highRam = true;
admin = true;
};
}