From 246326c215cec7a047b506b9bd13149f65bca658 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 09:07:54 -0700 Subject: ref(trusted): consume modules within host's configuration Remove the trusted profiles, the modules are installed directly within the host configuration. Change-Id: I0566fb359803da16bdd3a38e2901deac477fb078 Reviewed-on: https://cl.fcuny.net/c/world/+/293 Reviewed-by: Franck Cuny --- hosts/aptos/profile.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts/aptos/profile.nix') diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index 3195d52..f3f5d4e 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -1,7 +1,4 @@ { ... }: { - my.profiles = { - desktop.enable = true; - trusted.enable = true; - }; + my.profiles = { desktop.enable = true; }; } -- cgit 1.4.1