diff options
author | lassulus <git@lassul.us> | 2023-09-04 10:15:23 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-04 10:15:23 +0200 |
commit | 78569fbc7e35fab8a3601dca30424b17d46e7e9b (patch) | |
tree | 96a4c10ed5a194c60866d75071cf95d508f2d1fc /lass | |
parent | 21f62c5352b3c291bbcb61bcc0a9bdfefa502696 (diff) |
l prism.r: remove jeschli user
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/prism/config.nix | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 40c721e18..5502dd04c 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -160,40 +160,6 @@ with import <stockholm/lib>; }; } { - users.users.jeschli = { - uid = genid_uint31 "jeschli"; - isNormalUser = true; - openssh.authorizedKeys.keys = with config.krebs.users; [ - jeschli.pubkey - jeschli-bln.pubkey - jeschli-bolide.pubkey - jeschli-brauerei.pubkey - ]; - }; - krebs.git.rules = [ - { - user = with config.krebs.users; [ - jeschli - jeschli-bln - jeschli-bolide - jeschli-brauerei - ]; - repo = [ config.krebs.git.repos.xmonad-stockholm ]; - perm = with git; push "refs/heads/jeschli*" [ fast-forward non-fast-forward create delete merge ]; - } - { - user = with config.krebs.users; [ - jeschli - jeschli-bln - jeschli-bolide - jeschli-brauerei - ]; - repo = [ config.krebs.git.repos.stockholm ]; - perm = with git; push "refs/heads/staging/jeschli*" [ fast-forward non-fast-forward create delete merge ]; - } - ]; - } - { krebs.repo-sync.repos.stockholm.timerConfig = { OnBootSec = "5min"; OnUnitInactiveSec = "2min"; |