feat: add initial server configuration
This commit is contained in:
parent
98ac996979
commit
3312040d74
1 changed files with 11 additions and 0 deletions
11
hosts/Infini-SERVER/default.nix
Normal file
11
hosts/Infini-SERVER/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ suites, profiles, pkgs, lib, ... }: {
|
||||||
|
imports = lib.our.flattenListSet {
|
||||||
|
suites = with suites; [ base ];
|
||||||
|
imports = [ ];
|
||||||
|
profiles = with profiles; [
|
||||||
|
boot.grub
|
||||||
|
|
||||||
|
hardware.gpu.nvidia
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue