Task: moved hardware options into the niksos.hardware suboptions.

This commit is contained in:
Jurn Wubben 2025-07-09 00:22:25 +02:00
parent 0924f9c267
commit 678c3cb4f7
15 changed files with 99 additions and 82 deletions

View file

@ -1,7 +1,7 @@
{config, ...}: {
services.openssh = {
enable = true;
openFirewall = !config.niksos.portable.enable;
openFirewall = !config.niksos.hardware.portable.enable;
settings.UseDns = true;
};
}