This commit is contained in:
iFargle 2023-12-01 12:47:31 +09:00
parent e46158b328
commit ed4d30fd5f

View file

@ -1,3 +1,3 @@
{ config, desktop, lib, pkgs, ... }:
{ config, desktop, lib, pkgs, ... }: {
users.users.root.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/keys.txt ];
}