Files
nix/hosts/andromache/meta.nix

11 lines
147 B
Nix

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