fixing trantor
This commit is contained in:
parent
4622f2b299
commit
f5f1541aec
3 changed files with 10 additions and 7 deletions
|
|
@ -2,15 +2,14 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
self,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
self.diskoConfigurations.io
|
] ++ inputs.self.diskoConfigurations.io.modules;
|
||||||
];
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
boot.initrd.systemd.enable = true;
|
boot = {
|
||||||
|
initrd.systemd.enable = true;
|
||||||
|
loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
self,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
self.diskoConfigurations.trantor
|
inputs.disko.nixosModules.disko
|
||||||
];
|
]
|
||||||
|
++ inputs.self.diskoConfigurations.trantor.modules;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ ];
|
kernelModules = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue