hosts/Infini-SERVER: reformat
This commit is contained in:
parent
3730924935
commit
1260c1b4af
1 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue