diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-08 23:41:51 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-08 23:41:51 -0700 |
| commit | 1df08f1ebcc46e236f1351d48e92e723816ffdaf (patch) | |
| tree | 5d590226c084dee42247f48cf456b0159586305f /config/nix.org | |
| parent | 4dc93ade825ee53ed22259fe7a5386e737a4b5c0 (diff) | |
mass remove headers and centralise it
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org index 996d35c..e131016 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1,7 +1,6 @@ #+title: NixOS Configuration #+AUTHOR: Preston Pan #+DESCRIPTION: My NixOS system, written entirely in a literate configuration -#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" /> * Introduction This is my NixOS configuration. It is a part of my monorepo, and this file automatically tangles @@ -389,6 +388,12 @@ you own: key_groups: - age: - *vps + + - path_regex: secrets/common_secrets.yaml$ + key_groups: + - age: + - *primary + - *vps #+end_src also note that you will have to write your own secrets.yaml file, with an entry called ~mail~, which is used for the imaps and smtps password. @@ -3371,6 +3376,7 @@ I want to separate out these packages so that my parent flake which builds my we epkgs.mu4e epkgs.minuet epkgs.nix-mode + epkgs.org-contrib epkgs.org-fragtog epkgs.org-journal epkgs.org-roam |
