Files
nix/hosts/astyanax/meta.nix

11 lines
146 B
Nix

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