about summary refs log tree commit diff
path: root/home/configs/haruka
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-09 16:43:54 +0900
committersefidel <contact@sefidel.net>2023-10-09 16:43:54 +0900
commitd5b6de555524d6b5a5fa99921409f2361ed3a955 (patch)
tree8e9be4bb02ff15441e782e6ee2ad8566e05b6fa2 /home/configs/haruka
parent630b022918ad35256756293af0e4aefb522a1874 (diff)
downloadnixrc-d5b6de555524d6b5a5fa99921409f2361ed3a955.tar.gz
nixrc-d5b6de555524d6b5a5fa99921409f2361ed3a955.zip
feat(home/sefidel@{alpha,haruka}): enable security
Diffstat (limited to 'home/configs/haruka')
-rw-r--r--home/configs/haruka/sefidel.nix2
1 files changed, 1 insertions, 1 deletions
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;