fix: update hash key
This commit is contained in:
parent
eb227623b5
commit
b9302a7d22
1 changed files with 2 additions and 2 deletions
|
|
@ -65,14 +65,14 @@
|
||||||
(builtins.fetchurl {
|
(builtins.fetchurl {
|
||||||
url = "https://meta.sr.ht/~sposito.keys";
|
url = "https://meta.sr.ht/~sposito.keys";
|
||||||
name = "sposito-srht-keys";
|
name = "sposito-srht-keys";
|
||||||
sha256 = "1mf76x36kd1iaccy6l5f5xnbjqkm1fwf9giws9nb3bvgmj3c25wc";
|
sha256 = "1a0qcpbdkmdhnhhqvcmf6rq7zmjap6kxiwrcmmgs0fbhrlcyhkmi";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
nimbus.openssh.authorizedKeys.keys = [
|
nimbus.openssh.authorizedKeys.keys = [
|
||||||
(builtins.fetchurl {
|
(builtins.fetchurl {
|
||||||
url = "https://meta.sr.ht/~sposito.keys";
|
url = "https://meta.sr.ht/~sposito.keys";
|
||||||
name = "sposito-srht-keys";
|
name = "sposito-srht-keys";
|
||||||
sha256 = "1mf76x36kd1iaccy6l5f5xnbjqkm1fwf9giws9nb3bvgmj3c25wc";
|
sha256 = "1a0qcpbdkmdhnhhqvcmf6rq7zmjap6kxiwrcmmgs0fbhrlcyhkmi";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue