Skip to content

Commit

Permalink
users.toml: fix default users for event systems
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Aug 16, 2024
1 parent fa8be8b commit c4b2e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions users.toml
Original file line number Diff line number Diff line change
Expand Up @@ -493,23 +493,23 @@ ssh_pubkeys = [

[twix]
enable_rz = false
enable_event = true
enable_event = false
uid = 1163
ssh_pubkeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmWzl45PCNsqsKxV3Ks4hjbUmkuICsKjE6maZKjW7oU",
]

[kadse]
enable_rz = false
enable_event = true
enable_event = false
uid = 1164
ssh_pubkeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKmmtGeeNFRf4HKaAVThV3IjGWSJDcji33k4E98vOt5G",
]

[snoopy]
enable_rz = false
enable_event = true
enable_event = false
uid = 1165
ssh_pubkeys = [
"[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPCe7TJFPCWxRgSklbCPrYU4p/ANPV3t+98oh9+GIKS1AAAABHNzaDo=",
Expand Down

0 comments on commit c4b2e41

Please sign in to comment.