mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:00:41 +00:00
Don't represent vm status via cpu type
This commit is contained in:
parent
ae1def6432
commit
1c1e0abbd6
4 changed files with 13 additions and 5 deletions
|
@ -24,7 +24,8 @@
|
|||
username = "itsdrike";
|
||||
};
|
||||
device = {
|
||||
cpu.type = "vm-amd";
|
||||
virtual-machine = true;
|
||||
cpu.type = "amd";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue