Skip to content

Commit

Permalink
feat(secrets): rekey with new SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 19, 2024
1 parent bc34abd commit 7661abb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
Binary file modified modules/nixos/networking/eduroamAuthCaCert.age
Binary file not shown.
Binary file modified modules/nixos/networking/environmentFile.age
Binary file not shown.
Binary file modified modules/nixos/services/borgbackup/home.age
Binary file not shown.
17 changes: 8 additions & 9 deletions modules/nixos/users/users/naho/passwordFile.age
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 HBVRyA FUJZQQc126bZ3qQuoYik+ZH416xWL8/J9YmAqx3U41M
+haYASZssdUV/+qu+Q+N5qkAUuvTSah0lntiHe3BZyc
-> ssh-ed25519 yq+9Kg g3TF3/XZ5A8tTtb4XHxEW4Sa/vppy97gGw1IHW1SpTs
oxgigR3YbF1bj5uSoLyF0+RWm1eog/YOK996MO0/Msk
-> ssh-ed25519 uMTWyw 8RaWouCrEPJeDuyO2oK0mScDwfy1q/27of5/cc3s1h4
Y0as2IlElJOJaxCOSmMQl913FQdd58H67XhtupgqNy0
--- xH/RjqIgAAu2AHhQ3LitTDnjdj9Q1xYVzyvdRdf0FkM
p�+EL��3]��|_G���ő�s0�_
,�8fn����׃Q�{�N�Y ��.�E��4��W�k� �F��((��qa�����‰o���^��L=�wBT�
-> ssh-ed25519 ZGM94A B8NSXJCKKZVc5bhv9i5euig0Uhhy7EQy70mBAedNby0
e9RFJcQbEo0h5QQRCWnGgo53ViI7kTScu3mSs+lPCEQ
-> ssh-ed25519 yq+9Kg pD9N1pXtART+GVMcmDXv2evdMGJ0syw0T7Gl09xkKGc
d6FVogrg9i4LhPidk3LSPUH4aKbj7jLvqcZnvHFmwwI
-> ssh-ed25519 uMTWyw u3uJp3YI15YcO44TbXx0loMLynd1DDt3UjMQpcAq+HY
iWAPDTxXQt4voREtk7LG8h1jExdWejKlAsXy5vrJmWw
--- ZDev4xfiFK41FbX5Kvpyzja37MS4Ej1k7V986350RWc
��A����y֋=\� >�����\���Q1pO��I@^Z�qZ�X���ڶ�[�D�C��#�X�Fޮ���2����5�7��TuX�@�m�x �����h:b��y�z
2 changes: 1 addition & 1 deletion secrets.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
hosts = {
bluetop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIevNAYB2MiPgaW3BYebwDVcNguqvArTigQcF17BU8Zo";
bluetop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLJSm7Inj+vYAxhILT/3mz46ZYN8hIthlaxMzajB8qu";
masterplan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP6b528AWQ7b999cQIieawVqmd+6C/uEGVz4DuwAfqJo";
};

Expand Down

0 comments on commit 7661abb

Please sign in to comment.