don’t disable x libs
This commit is contained in:
parent
ff59db5d7c
commit
34d78f99ff
3 changed files with 1 additions and 4 deletions
|
@ -153,6 +153,4 @@ in {
|
|||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
environment.noXlibs = lib.mkForce false;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,4 @@
|
|||
./services/acme.nix
|
||||
./services/fail2ban.nix
|
||||
];
|
||||
|
||||
environment.noXlibs = true;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
];
|
||||
|
||||
environment.noXlibs = true;
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../overlays/riscv.nix)
|
||||
|
|
Loading…
Reference in a new issue