do not install build tools on lpt2, latex
This commit is contained in:
parent
ce7ca5450f
commit
1f7bf4ca7a
3 changed files with 23 additions and 7 deletions
|
|
@ -14,12 +14,7 @@
|
|||
enableGnome = true;
|
||||
enableGaming = true;
|
||||
enablePrinting = true;
|
||||
};
|
||||
buildtools = {
|
||||
dotnet = true;
|
||||
js = true;
|
||||
rust = true;
|
||||
native = true;
|
||||
enableLaTeX = true;
|
||||
};
|
||||
|
||||
allowUnfreePackages = [
|
||||
|
|
@ -32,7 +27,7 @@
|
|||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
autoPrune.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue