From 2c59fd4e811236077c909b81ff7d2873717efd55 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 30 Jan 2025 17:34:04 +0100 Subject: [PATCH] feat(dgsi): Update staff group --- machines/nixos/compute01/dgsi/default.nix | 2 ++ npins/sources.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/machines/nixos/compute01/dgsi/default.nix b/machines/nixos/compute01/dgsi/default.nix index bd8904a..71100a7 100644 --- a/machines/nixos/compute01/dgsi/default.nix +++ b/machines/nixos/compute01/dgsi/default.nix @@ -157,6 +157,8 @@ in DGSI_ARCHIVES_ROOT = "/var/lib/django-apps/dgsi/archives"; DGSI_ARCHIVES_INTERNAL = "_archives"; + DGSI_STAFF_GROUP = "grp_bureau@sso.dgnum.eu"; + DGSI_DATABASES = builtins.toJSON { default = { ENGINE = "django.db.backends.postgresql"; diff --git a/npins/sources.json b/npins/sources.json index 59db760..2e3ea95 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -68,9 +68,9 @@ "url": "https://git.dgnum.eu/DGNum/dgsi.git" }, "branch": "main", - "revision": "60c227a942af996a14827a96eab6fc356a40b99e", + "revision": "561d5c60d769ea9a54441505e45caa2088e01a4b", "url": null, - "hash": "1g78wqhi13jjv3anw4yjfhwf1dn6dbwbwmwgzi0blx0ppb6ihi5v" + "hash": "09xy28rdvhnb9glnk6qavkf4cyghr17agvibwix3vsklsy51w9j3" }, "disko": { "type": "GitRelease",