added nix_keys
This commit is contained in:
parent
4d7d32f7b6
commit
cba8cb1ce8
1 changed files with 4 additions and 0 deletions
4
nixos/roles/nix_keys.nix
Normal file
4
nixos/roles/nix_keys.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{lib, ...} :
|
||||
nix.settings.trusted-public-keys = [
|
||||
"nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc="
|
||||
];
|
Loading…
Reference in a new issue