remove unused import

This commit is contained in:
Andreas Zweili 2022-02-28 20:08:53 +01:00
parent 11eed2d500
commit 12fcbbfd00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
imports = [
(import "${inputs.self}/modules/mk-network" { inherit hostname ip; })
(import "${inputs.self}/systems/minimal")
"${inputs.self}/systems/minimal"
];
boot.initrd.availableKernelModules = [
"ata_piix"