hosts | add auto-cpufreq, switch loki & smaug to use, formating

This commit is contained in:
Don Harper 2025-08-21 13:39:59 -05:00
parent b7ca0e0020
commit 43fe882270
5 changed files with 54 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{ lib, ... }: {
{lib, ...}: {
options = {
variables = lib.mkOption {
type = lib.types.attrs;
default = { };
default = {};
};
};
}