Update nixosConfigurations to reference a preferred default config
This commit is contained in:
@@ -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, ... }:
|
||||
|
Reference in New Issue
Block a user