commit vps ssh keys

This commit is contained in:
Rouven Seifert 2023-05-25 20:40:13 +02:00
parent f514c328f0
commit 06eff6014c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 4 additions and 4 deletions

View file

@ -55,11 +55,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684824189, "lastModified": 1685019994,
"narHash": "sha256-k3nCkn5Qy67rCguuw6YkGuL6hOUNRKxQoKOjnapk5sU=", "narHash": "sha256-81o6SKZPALvib21hIOMx2lIhFSs0mRy0PfPvg0zsfTk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "58eb968c21d309a6c2b020ea8d64e25c38ceebba", "rev": "d1f04b0f365a34896a37d9015637796537ec88a3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -54,7 +54,7 @@
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
}; };
users.users.root.openssh.authorizedKeys.keyFiles = [ users.users.root.openssh.authorizedKeys.keyFiles = [
#../../keys/ssh/rouven-thinkpad ../../keys/ssh/rouven-thinkpad
../../keys/ssh/rouven-pixel ../../keys/ssh/rouven-pixel
../../keys/ssh/rouven-smartcard ../../keys/ssh/rouven-smartcard
]; ];