summary refs log tree commit diff
path: root/nixos/modules/system/activation/top-level.nix
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 13:12:36 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-02-03 16:27:22 -0800
commit05fbc82771a0a63473cbd22cdc2367f393ad00f4 (patch)
treed33347a180bcdadbfe0a58de7ce95b6865616370 /nixos/modules/system/activation/top-level.nix
parent5ac119043d903a75575a055e9b6539ca2a452cff (diff)
downloadnixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar.gz
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar.bz2
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar.lz
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar.xz
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.tar.zst
nixpkgs-05fbc82771a0a63473cbd22cdc2367f393ad00f4.zip
nixos/top-level: add specialisation.<name>.configuration type
Diffstat (limited to 'nixos/modules/system/activation/top-level.nix')
-rw-r--r--nixos/modules/system/activation/top-level.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix
index b0f77ca3fb8..75eb91f2834 100644
--- a/nixos/modules/system/activation/top-level.nix
+++ b/nixos/modules/system/activation/top-level.nix
@@ -173,6 +173,7 @@ in
           };
 
           options.configuration = mkOption {
+            type = types.attrsOf types.anything;
             default = {};
             description = "Arbitrary NixOS configuration options.";
           };