mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:00:41 +00:00
Add workstation-specific settings
This commit is contained in:
parent
fca6296841
commit
27b0d375f2
18 changed files with 258 additions and 9 deletions
|
@ -51,7 +51,10 @@
|
|||
};
|
||||
|
||||
device = {
|
||||
virtual-machine = false;
|
||||
roles = {
|
||||
type = "laptop";
|
||||
virtual-machine = false;
|
||||
};
|
||||
cpu.type = "intel";
|
||||
hasTPM = true;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
username = "itsdrike";
|
||||
};
|
||||
device = {
|
||||
type = "desktop";
|
||||
virtual-machine = true;
|
||||
cpu.type = "amd";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue