pwntie: add pubKeys to qbit

This commit is contained in:
Aaron Bieber 2023-02-02 17:36:00 -07:00
parent c5c1b1284a
commit 9c1aa2087c
No known key found for this signature in database

View File

@ -72,6 +72,7 @@ in {
};
users.users.root = { openssh.authorizedKeys.keys = pubKeys; };
users.users.qbit = { openssh.authorizedKeys.keys = pubKeys; };
system.stateVersion = "22.11";
}