Update nixosConfigurations to reference a preferred default config

This commit is contained in:
2023-11-16 21:42:30 +00:00
parent 3ae6725f0e
commit f202f8c12c
14 changed files with 32 additions and 22 deletions

View File

@@ -1,8 +1,9 @@
{
nixos.systems.installer = {
nixos.systems.installer = { config, ... }: {
system = "x86_64-linux";
nixpkgs = "unstable";
docCustom = false;
rendered = config.configuration.config.my.asISO;
configuration =
{ lib, pkgs, modulesPath, config, ... }: