fixing trantor

This commit is contained in:
William 2025-11-03 17:19:21 -03:00
parent 4622f2b299
commit f5f1541aec
3 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,16 @@
{
lib,
modulesPath,
self,
inputs,
...
}:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
self.diskoConfigurations.trantor
];
inputs.disko.nixosModules.disko
]
++ inputs.self.diskoConfigurations.trantor.modules;
boot = {
kernelModules = [ ];