1
0
Fork 0

attic: fix

This commit is contained in:
Daniel Kempkens 2023-04-04 15:10:18 +02:00
parent 56d0e7b9fa
commit f809dc9c84
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,4 +1,4 @@
args@{ pkgs, lib, ... }:
args@{ pkgs, config, lib, ... }:
let
ssh-keys = import ../shared/ssh-keys.nix;