hosts/Infini-SERVER: reformat

This commit is contained in:
Infinidoge 2021-12-01 10:17:54 -05:00
parent 3730924935
commit 1260c1b4af

View file

@ -1,10 +1,13 @@
{ suites, profiles, pkgs, lib, ... }: { { suites, profiles, pkgs, lib, ... }: {
imports = lib.our.flattenListSet { imports = lib.flatten [
suites = with suites; [ base ]; (with suites; [ base ])
}; ];
modules = { modules = {
boot.grub.enable = true; boot = {
grub.enable = true;
timeout = 1;
};
hardware = { hardware = {
gpu.nvidia = true; gpu.nvidia = true;
form.server = true; form.server = true;