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, ... }: {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue