improve size and swap for gateway
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
{ config, inputs, lib, pkgs, ... }: {
|
||||
nixpkgs.config = {
|
||||
permittedInsecurePackages = [ ];
|
||||
allowUnfree = true;
|
||||
@@ -33,7 +33,9 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.nix-ld = {
|
||||
programs.nix-ld = lib.mkIf (
|
||||
config.syscfg.make.gui || config.syscfg.make.develop || config.syscfg.make.serverExtras
|
||||
) {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libx11 libxcb libxi libxext libxkbfile xcbutilcursor
|
||||
|
||||
Reference in New Issue
Block a user