Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2022-02-28 20:50:31 +01:00
commit 27a5226a0a
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"