From d5b6de555524d6b5a5fa99921409f2361ed3a955 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 9 Oct 2023 16:43:54 +0900 Subject: feat(home/sefidel@{alpha,haruka}): enable security --- home/configs/alpha/sefidel.nix | 2 +- home/configs/haruka/sefidel.nix | 2 +- home/default.nix | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix index 0c4d5f8..23f1578 100644 --- a/home/configs/alpha/sefidel.nix +++ b/home/configs/alpha/sefidel.nix @@ -2,7 +2,7 @@ { config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ]; + activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" "security" ]; programs.htop.settings.detailed_cpu_time = true; diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index 4293d78..ec2c584 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -2,7 +2,7 @@ { config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ]; + activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" "security" ]; profiles.gui = { laptop.enable = true; diff --git a/home/default.nix b/home/default.nix index e8630a2..2f17aa8 100644 --- a/home/default.nix +++ b/home/default.nix @@ -17,6 +17,7 @@ ./profiles/multimedia ./profiles/creative ./profiles/research + ./profiles/security inputs.sops-nix.homeManagerModules.sops @@ -40,6 +41,7 @@ ./profiles/multimedia ./profiles/creative ./profiles/research + ./profiles/security inputs.sops-nix.homeManagerModules.sops -- cgit 1.4.1