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, ... }: {
imports = lib.our.flattenListSet {
suites = with suites; [ base ];
};
imports = lib.flatten [
(with suites; [ base ])
];
modules = {
boot.grub.enable = true;
boot = {
grub.enable = true;
timeout = 1;
};
hardware = {
gpu.nvidia = true;
form.server = true;