This commit is contained in:
iFargle 2023-12-13 19:29:18 +09:00
parent 3df4dfa739
commit c0110dc43d

View file

@ -21,8 +21,7 @@
# Copy authorized keys to ~/.ssh/authorized_keys
home.file.".ssh/authorized_keys" = {
source = "../../../keys/ssh/keys.txt";
target = ".ssh/authorized_keys";
source = "/etc/nixos/git/keys/ssh/keys.txt";
};
accounts = {