Don't represent vm status via cpu type

This commit is contained in:
ItsDrike 2024-03-23 21:35:29 +01:00
parent ae1def6432
commit 1c1e0abbd6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 13 additions and 5 deletions

View file

@ -24,7 +24,8 @@
username = "itsdrike";
};
device = {
cpu.type = "vm-amd";
virtual-machine = true;
cpu.type = "amd";
};
};
}