This commit is contained in:
alsaiduq-lab 2025-10-26 07:50:01 -06:00
parent 32f925bb69
commit 4523c69238
18 changed files with 314 additions and 102 deletions

View file

@ -19,6 +19,11 @@
warn-dirty = false;
};
# I swear I hate nix sometimes
nixpkgs.config.permittedInsecurePackages = [
"mbedtls-2.28.10"
];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It's perfectly fine and recommended to leave