From d4fb573cf76ebb1651bcce711bd4cba849a1404d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 29 Nov 2020 18:59:26 -0500 Subject: feat(gs/system): Init yeren My new work laptop, a dell XPS 13. Change-Id: Ieab06622c9b280182025edfa63adf649e5fc70d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2205 Tested-by: BuildkiteCI Reviewed-by: glittershark Reviewed-by: lukegb --- users/glittershark/system/system/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users/glittershark/system/system/default.nix') diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix index 2223f33ce3..a9eb4a130a 100644 --- a/users/glittershark/system/system/default.nix +++ b/users/glittershark/system/system/default.nix @@ -13,12 +13,19 @@ rec { configuration = mugwump; }).system; + yeren = import ./machines/yeren.nix; + + yerenSystem = (pkgs.nixos { + configuration = yeren; + }).system; + iso = import ./iso.nix args; # Build chupacabra in CI meta.targets = [ "chupacabraSystem" "mugwumpSystem" + "yerenSystem" "iso" ]; -- cgit 1.4.1