From f809dc9c84b2803d432ecf70fcc65e53efe32ccc Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 4 Apr 2023 15:10:18 +0200 Subject: [PATCH] attic: fix --- system/hosts/attic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hosts/attic.nix b/system/hosts/attic.nix index f49285e..cc1b813 100644 --- a/system/hosts/attic.nix +++ b/system/hosts/attic.nix @@ -1,4 +1,4 @@ -args@{ pkgs, lib, ... }: +args@{ pkgs, config, lib, ... }: let ssh-keys = import ../shared/ssh-keys.nix;