forked from Fachschaft/nixConfig
fixed small error in trusted nix keys handling
This commit is contained in:
parent
cba8cb1ce8
commit
44a0ef0ecd
3 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
{lib, ...} :
|
||||
{
|
||||
imports = [ ];
|
||||
nix.settings.trusted-public-keys = [
|
||||
"nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc="
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue