commit
7adb77522a
2 changed files with 6 additions and 0 deletions
1
roles/builder/keys/zowoq
Normal file
1
roles/builder/keys/zowoq
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFbCYwWByGE46XHH4Q0vZgQ5sOUgbH50M8KO2xhBC4m/
|
|
@ -21,6 +21,11 @@ let
|
|||
};
|
||||
|
||||
winter.keys = ./keys/winter;
|
||||
|
||||
zowoq = {
|
||||
trusted = true;
|
||||
keys = ./keys/zowoq;
|
||||
};
|
||||
};
|
||||
|
||||
ifAttr = key: default: result: opts:
|
||||
|
|
Loading…
Add table
Reference in a new issue