From 29b760afeb8d13ca287806846240b69a141317f6 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 7 Sep 2024 18:50:28 +0200 Subject: [PATCH] correcting modules --- hosts/cnixpad/modules.nix | 18 +++++++++--------- hosts/toothpc/modules.nix | 3 --- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 45b7d49a..c606af6f 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -80,6 +80,12 @@ }; }; security = { + agenix = { + enable = true; + cnixpad = { + enable = true; + }; + }; gnome-keyring = { enable = true; }; @@ -110,6 +116,9 @@ locate = { enable = true; }; + nix-ld = { + enable = false; + }; pipewire = { enable = true; }; @@ -125,12 +134,6 @@ }; }; utils = { - agenix = { - enable = true; - cnixpad = { - enable = true; - }; - }; android = { enable = true; }; @@ -143,9 +146,6 @@ microfetch = { enable = true; }; - nix-ld = { - enable = false; - }; misc = { enable = true; }; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 4ddfe371..ea4c0da2 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -147,9 +147,6 @@ microfetch = { enable = true; }; - nix-ld = { - enable = false; - }; misc = { enable = true; };