Add workstation-specific settings

This commit is contained in:
ItsDrike 2024-04-13 20:10:01 +02:00
parent fca6296841
commit 27b0d375f2
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
18 changed files with 258 additions and 9 deletions

View file

@ -145,8 +145,12 @@ The resulting file should then look something like this:
};
device = {
virtual-machine = false;
roles = {
type = "laptop";
virtual-machine = false;
};
cpu.type = "intel";
hasTPM = true;
};
home-manager = {