feat: expose configurations, add retry, make stable

This commit is contained in:
Jet Pham 2026-03-09 17:11:10 -07:00
parent c6e726c430
commit 50ec63a474
No known key found for this signature in database
11 changed files with 494 additions and 221 deletions

View file

@ -1,15 +1,6 @@
{ config, lib, pkgs, modulesPath, ... }:
{
# TODO: Replace this file with the output of `nixos-generate-config --show-hardware-config`
# on your Raspberry Pi, or use an appropriate hardware module.
#
# Example for Raspberry Pi 4:
#
# imports = [ "${modulesPath}/installer/sd-card/sd-image-aarch64.nix" ];
#
# hardware.enableRedistributableFirmware = true;
imports = [ ];
boot.loader.grub.enable = false;