guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: hydra: Remove hydra related users from a copule of machines.


From: Christopher Baines
Subject: 04/04: hydra: Remove hydra related users from a copule of machines.
Date: Sat, 26 Feb 2022 09:28:24 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit ff91540a2f2deb7664f5d45160ddc7634bc10f24
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Feb 26 14:25:46 2022 +0000

    hydra: Remove hydra related users from a copule of machines.
    
    As these users shouldn't be being used any longer.
    
    * hydra/milano-guix-1.scm (%accounts): Remove hydra and bayfront
    users.
    * hydra/monokuma.scm (%accounts): Remove hydra user.
---
 hydra/milano-guix-1.scm | 12 +-----------
 hydra/monokuma.scm      |  7 +------
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 35fa3a4..b37c0eb 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -32,17 +32,7 @@
         (sysadmin "andreas" "Andreas Enge")
         (sysadmin "cbaines" "Christopher Baines")
         (sysadmin "degrees380" "Giovanni Biscuolo")
-        (sysadmin "atrent" "Andrea Trentini")
-        (user-account
-         (name "hydra")
-         (comment "Hydra User")
-         (group "users")
-         (home-directory (string-append "/home/" name)))
-        (user-account
-         (name "bayfront")
-         (comment "Bayfront Offload")
-         (group "users")
-         (home-directory (string-append "/home/" name)))))
+        (sysadmin "atrent" "Andrea Trentini")))
 
 (define %authorized-guix-keys
   ;; List of authorized 'guix archive' keys.
diff --git a/hydra/monokuma.scm b/hydra/monokuma.scm
index fcc2547..a56043f 100644
--- a/hydra/monokuma.scm
+++ b/hydra/monokuma.scm
@@ -20,12 +20,7 @@
         (sysadmin "roptat" "Julien Lepiller")
         (sysadmin "dannym" "Danny Milosavljevic")
         (sysadmin "cbaines" "Christopher Baines")
-        (sysadmin "lfam" "Leo Famulari")
-        (user-account
-         (name "hydra")
-         (comment "Hydra User")
-         (group "users")
-         (home-directory (string-append "/home/" name)))))
+        (sysadmin "lfam" "Leo Famulari")))
 
 (define gc-job
   ;; Run 'guix gc' at 3AM every day.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]