framework: update to 25.11

This commit is contained in:
Tristan 2025-12-02 10:04:20 +00:00
parent ce966f0782
commit 8a4b37e7ed
13 changed files with 103 additions and 157 deletions

View file

@ -11,12 +11,10 @@ in {
"vscode"
"steam-run"
"postman"
"drawio" # the creator had a hissyfit over a negative review: https://github.com/jgraph/drawio/discussions/4623
"mongodb"
"drawio"
];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w" # required for mongodb
"electron-27.3.11"
];
@ -31,8 +29,6 @@ in {
nixpkgs.overlays = [(import ../../lib/cypress.nix)];
services.onedrive.enable = true;
users.users.${user}.extraGroups = ["docker"];
virtualisation.docker = {
enable = true;