mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
change ssh host key
This commit is contained in:
parent
0dc19221e6
commit
a950cf42b9
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ in
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [ "big-parallel" "kvm" ];
|
supportedFeatures = [ "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUNXTk9oL3ozQjZmSXRGd2lTenlqeDBUTnIveUl6bHNsazdEeEtNcE5sdmwgcm9vdEBlbG0K";
|
publicHostKey = "SHA256:SfJsD3fGfj+XIrbvC8BSc4hB4q81NIfEKmJjErEhMdA";
|
||||||
sshKey = "/home/felix/.ssh/id_ed25519";
|
sshKey = "/home/felix/.ssh/id_ed25519";
|
||||||
# }
|
# }
|
||||||
# {
|
# {
|
||||||
|
|
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674692158,
|
"lastModified": 1675600654,
|
||||||
"narHash": "sha256-oqGpwVg4D+eMSgF7Th5Ve1ysCiH3H3g85vGJ3nvJsZQ=",
|
"narHash": "sha256-ipsDTkzRq1CAl2g5tYd7ugjVMSKF6KLh9F+5Kso0lT0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "def9e420d27c951026d57dc96ce0218c3131f412",
|
"rev": "cff83d5032a21aad4f69bf284e95b5f564f4a54e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue