From 1260c1b4afdfa34a4db0592a2ad50d2a63d24cca Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 1 Dec 2021 10:17:54 -0500 Subject: [PATCH] hosts/Infini-SERVER: reformat --- hosts/Infini-SERVER/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index 27138d7..765b68b 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -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;