forked from mirrors_public/oddlama_nix-config
fix: oopsie overwrote boot.availableKernelModules
This commit is contained in:
parent
8fb6b63e6f
commit
68af1be607
2 changed files with 8 additions and 3 deletions
|
@ -51,5 +51,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
system = {
|
||||
extraSystemBuilderCmds = ''
|
||||
ln -sv ${inputs.nixpkgs} $out/nixpkgs
|
||||
'';
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue