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

@@ -4,9 +4,10 @@ let
inherit (lib.my.c.kelder) domain prefixes;
in
{
nixos.systems.kelder-acquisition = {
nixos.systems.kelder-acquisition = { config, ...}: {
system = "x86_64-linux";
nixpkgs = "mine";
rendered = config.configuration.config.my.asContainer;
assignments = {
internal = {