saffron updates

This commit is contained in:
Tyler Mayoff 2025-11-28 23:29:47 -05:00 committed by Tyle Mayoff
parent 563aadecef
commit 007d360b17
3 changed files with 54 additions and 30 deletions

View file

@ -1,9 +1,19 @@
{...}: {
{outputs, ...}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
];
nixpkgs = {
overlays = builtins.attrValues outputs.overlays;
config = {
allowUnfree = true;
permittedInsecurePackages = [
];
};
};
# Use the GRUB 2 boot loader.
boot.loader.systemd-boot.enable = true;
# boot.loader.grub.efiSupport = true;