introduced headless profile and use it on hypervisor

This commit is contained in:
Lyn 2024-10-24 03:43:34 +02:00
parent 75348f7c12
commit c3fb861612
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
];
lyn.kernel.latest.enable = true;
lyn.profiles.base.enable = true;
lyn.profiles.headless.enable = true;
lyn.users.lyn.enable = true;
networking.hostName = "supernova";
boot.loader.efi.canTouchEfiVariables = true;

View file

@ -0,0 +1,5 @@
{modulesPath}{
imports = [
(modulesPath + "/profiles/headless.nix")
];
}