fixed X-server conflict

This commit is contained in:
KaitoTLex 2025-06-03 21:50:23 -07:00
parent 511afa919a
commit 8ded4506da
No known key found for this signature in database
GPG key ID: 8AB934746F475D0B
9 changed files with 78 additions and 60 deletions

View file

@ -36,6 +36,9 @@
enable = true;
dockerCompat = true;
};
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
boot = {
# Bootloader.
loader.systemd-boot.enable = true;