feat(info): add info.model, fill in for hosts

This commit is contained in:
Infinidoge 2022-05-07 23:57:34 -04:00
parent 7e2a21f238
commit d0da574672
6 changed files with 18 additions and 0 deletions

View file

@ -68,4 +68,6 @@ in
swapDevices = [{ device = uuid "28672ffb-9f1c-462b-b49d-8a14b3dd72b3"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
info.model = "Framework Laptop";
}