Update ssh keys to builder keys

This commit is contained in:
iFargle 2023-12-04 10:50:46 +09:00
parent a9937133d6
commit 7b7f73692b

View file

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