From 88f5715fe1b3efc516f53cf771940f44bd7f64b3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 28 Sep 2024 19:00:01 +0800 Subject: [PATCH] nixos/state/ports: set default value Whoops... --- modules/nixos/_private/state/ports.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/_private/state/ports.nix b/modules/nixos/_private/state/ports.nix index 092e1544..f8d4182a 100644 --- a/modules/nixos/_private/state/ports.nix +++ b/modules/nixos/_private/state/ports.nix @@ -55,6 +55,7 @@ in description = '' A set of ports indicating what goes where in the NixOS system. ''; + default = { }; example = lib.literalExpression '' rec { gonic = {