diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-05-13 07:08:17 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-05-13 07:08:17 +0200 |
commit | 4d142846d0c47bb7c6554ef4e6ece25c8ad176a9 (patch) | |
tree | 2296a47c1c7c7071bb15b9b01c495ad374e14ca6 | |
parent | a34025fb34444ae2d55767f3227db2c764cd3eb5 (diff) |
aisaka: limit the publicly visible repositories to only Guix channels
-rw-r--r-- | deployment/systems/aisaka.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 17a926b..43ca2e1 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -191,6 +191,9 @@ ((@ (gnu services cgit) repository-cgit-configuration) (hide? #t) (path "/srv/git/marek/packages")))) + (project-list (list "deployment.git" + "distribution.git" + "sovereign.git")) (repository-directory "/var/lib/gitolite/repositories")))) (define (etc-mailname) |