introduced headless profile and use it on hypervisor
This commit is contained in:
parent
75348f7c12
commit
c3fb861612
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
];
|
];
|
||||||
lyn.kernel.latest.enable = true;
|
lyn.kernel.latest.enable = true;
|
||||||
lyn.profiles.base.enable = true;
|
lyn.profiles.base.enable = true;
|
||||||
|
lyn.profiles.headless.enable = true;
|
||||||
lyn.users.lyn.enable = true;
|
lyn.users.lyn.enable = true;
|
||||||
networking.hostName = "supernova";
|
networking.hostName = "supernova";
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
5
modules/profiles/headless.nix
Normal file
5
modules/profiles/headless.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{modulesPath}{
|
||||||
|
imports = [
|
||||||
|
(modulesPath + "/profiles/headless.nix")
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue