From b03a2f9e9022f3e56bcf935eaa8d385bd1e5b374 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 19 Apr 2014 13:02:13 +0200 Subject: Set personality when running a 32-bit container on a 64-bit host --- nixos/modules/system/activation/top-level.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/system/activation/top-level.nix') diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix index a4a0d14df6ab..7cdaecce198e 100644 --- a/nixos/modules/system/activation/top-level.nix +++ b/nixos/modules/system/activation/top-level.nix @@ -68,6 +68,7 @@ let echo -n "$configurationName" > $out/configuration-name echo -n "systemd ${toString config.systemd.package.interfaceVersion}" > $out/init-interface-version echo -n "$nixosVersion" > $out/nixos-version + echo -n "$system" > $out/system mkdir $out/fine-tune childCount=0 -- cgit 1.4.1