first running config (fingers crossed)

This commit is contained in:
Dennis Frieberg 2023-09-22 19:36:48 +02:00
parent 10ec752fa6
commit fc1fb67061
Signed by: nerf
GPG key ID: 1EC6F5573876CC80
3 changed files with 6 additions and 2 deletions

4
nixos/roles/nix_keys.nix Normal file
View file

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