feat: expose configurations, add retry, make stable
This commit is contained in:
parent
c6e726c430
commit
50ec63a474
11 changed files with 494 additions and 221 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue