Add hostConfig variable to store host information

This commit is contained in:
Yorick Barbanneau 2023-09-03 01:01:33 +02:00
parent 9bc37a8d8c
commit ba4ffd6bf1
5 changed files with 63 additions and 27 deletions

View file

@ -18,6 +18,11 @@ in rec {
inherit stateVersion;
hostname = "mrmeeseeks";
username = "ephase";
hostConfig = {
gaming = true;
desktop = true;
laptop = false;
};
};
modules = [
./nixos/default.nix