Add keys/catvayor.keys (#83)
All checks were successful
Check meta / check_meta (push) Successful in 24s
Check meta / check_dns (push) Successful in 45s
build configuration / build_vault01 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m7s
build configuration / build_compute01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 51s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 47s
build configuration / build_web01 (push) Successful in 1m32s
All checks were successful
Check meta / check_meta (push) Successful in 24s
Check meta / check_dns (push) Successful in 45s
build configuration / build_vault01 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m7s
build configuration / build_compute01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 51s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 47s
build configuration / build_web01 (push) Successful in 1m32s
Reviewed-on: #83 Co-authored-by: katvayor <catvayor@katvayor.net> Co-committed-by: katvayor <catvayor@katvayor.net>
This commit is contained in:
parent
b36b0d7d67
commit
f9a34353a3
3 changed files with 8 additions and 0 deletions
1
keys/catvayor.keys
Normal file
1
keys/catvayor.keys
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAA16foz+XzwKwyIR4wFgNIAE3Y7AfXyEsUZFVVz8Rie catvayor@katvayor
|
|
@ -61,6 +61,8 @@
|
|||
|
||||
stateVersion = "23.11";
|
||||
nixpkgs = "unstable";
|
||||
|
||||
admins = [ "catvayor" ];
|
||||
};
|
||||
|
||||
web02 = {
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
name = "Julien Malka";
|
||||
email = "luj@dgnum.eu";
|
||||
};
|
||||
|
||||
catvayor = {
|
||||
name = "Lubin Bailly";
|
||||
email = "catvayor@dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
||||
groups = {
|
||||
|
|
Loading…
Reference in a new issue