From be21b2170dc0f99b8d6a658bac646c156bb5bb7b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 21 Mar 2025 05:10:35 -0700 Subject: final changes before sleep --- config/nix.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'config') 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"; }; -- cgit v1.3