From 3a31a84c7d3e589035ad08499206aac44a81f424 Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Tue, 8 Dec 2020 11:30:40 +0000 Subject: libkookie: loading the users harness --- infra/libkookie/modules/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'infra/libkookie/modules/default.nix') diff --git a/infra/libkookie/modules/default.nix b/infra/libkookie/modules/default.nix index df4da1be1b21..5d4e378d01cd 100644 --- a/infra/libkookie/modules/default.nix +++ b/infra/libkookie/modules/default.nix @@ -2,7 +2,10 @@ { ... }: { imports = [ + # libkookie module harness runs the show + ./harness/users.nix + + # Add modules based on use-case ./workstation - ../config/users ]; } -- cgit v1.2.3