fixed small error in trusted nix keys handling

This commit is contained in:
Dennis Frieberg 2023-09-22 20:00:35 +02:00
parent cba8cb1ce8
commit 44a0ef0ecd
Signed by untrusted user: nerf
GPG key ID: 42DED0E2D8F04FB6
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,6 @@
{lib, ...} :
{
imports = [ ];
nix.settings.trusted-public-keys = [
"nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc="
];
}