1
0
Fork 0

update flakes

This commit is contained in:
cătălin 2025-10-23 11:45:12 +02:00
commit 155bd93b89
No known key found for this signature in database
4 changed files with 50 additions and 134 deletions

View file

@ -5,6 +5,7 @@
./hardware-configuration.nix
];
nixpkgs.config.allowBroken = true;
nix.settings.download-buffer-size = 524288000;
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11" "mono-5.20.1.34"];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -166,4 +167,5 @@
'';
system.autoUpgrade.enable = true;
system.stateVersion = "24.11";
}