don’t disable x libs

This commit is contained in:
Charlotte 🦝 Delenk 2023-03-04 18:35:33 +01:00
parent ff59db5d7c
commit 34d78f99ff
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 1 additions and 4 deletions

View file

@ -153,6 +153,4 @@ in {
enable = true;
enableSSHSupport = true;
};
environment.noXlibs = lib.mkForce false;
}

View file

@ -5,6 +5,4 @@
./services/acme.nix
./services/fail2ban.nix
];
environment.noXlibs = true;
}

View file

@ -15,6 +15,7 @@
];
environment.noXlibs = true;
nixpkgs.config.allowUnsupportedSystem = true;
nixpkgs.overlays = [
(import ../overlays/riscv.nix)