summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-03-21 05:10:35 -0700
committerPreston Pan <ret2pop@gmail.com>2025-03-21 05:10:35 -0700
commitbe21b2170dc0f99b8d6a658bac646c156bb5bb7b (patch)
tree75972bb219aa87b28546aed387b07d550b4cd27d /config
parent00c9e35779cbb298d6395a6e2c2534007a92976f (diff)
final changes before sleep
Diffstat (limited to 'config')
-rw-r--r--config/nix.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org
index 9111d2d..eb37f90 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -1149,10 +1149,12 @@ because they enhance security.
users.groups.nginx = lib.mkDefault {};
users.groups.git = lib.mkDefault {};
users.groups.ircd = lib.mkDefault {};
+ users.groups.ngircd = lib.mkDefault {};
users.users = {
ngircd = {
isSystemUser = lib.mkDefault true;
+ group = "ngircd";
extraGroups = [ "acme" "nginx" ];
};
@@ -2356,8 +2358,15 @@ the yaml file specified. Yes, this is safe to include in the repo.
format = "yaml";
path = "${config.sops.defaultSymlinkPath}/dn42";
};
+ znc = {
+ format = "yaml";
+ path = "${config.sops.defaultSymlinkPath}/znc";
+ };
+ matrix_bridge = {
+ format = "yaml";
+ path = "${config.sops.defaultSymlinkPath}/matrix_bridge";
+ };
};
-
defaultSymlinkPath = "/run/user/1000/secrets";
defaultSecretsMountPoint = "/run/user/1000/secrets.d";
};