fix: oopsie overwrote boot.availableKernelModules

This commit is contained in:
oddlama 2023-09-28 18:19:37 +02:00
parent 8fb6b63e6f
commit 68af1be607
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 8 additions and 3 deletions

View file

@ -51,5 +51,10 @@
};
};
system.stateVersion = "23.11";
system = {
extraSystemBuilderCmds = ''
ln -sv ${inputs.nixpkgs} $out/nixpkgs
'';
stateVersion = "23.11";
};
}