mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-06 19:02:45 +00:00
giving morpheus LUKS remote unlock capabilities
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
port = 22;
|
port = 22;
|
||||||
authorizedKeys = [
|
authorizedKeys = [
|
||||||
(builtins.readFile ../users/keys/neo.pub)
|
(builtins.readFile ../users/keys/neo.pub)
|
||||||
|
(builtins.readFile ../users/keys/morpheus.pub)
|
||||||
];
|
];
|
||||||
hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ];
|
hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ];
|
||||||
shell = "/bin/cryptsetup-askpass";
|
shell = "/bin/cryptsetup-askpass";
|
||||||
|
|||||||
Reference in New Issue
Block a user