diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-15 09:14:15 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-15 09:14:15 +0100 |
commit | fbfda3383111d76dfbf6e1afb96811920f6120a5 (patch) | |
tree | 1f9a2192103aae3e8036dc15ec97ec39fd0efb88 /hosts/tarrel.nix | |
parent | 5040d9d2e951bb65df04041246c1f9a484e91ba2 (diff) |
Agenix work only and some other changes to make it work again
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r-- | hosts/tarrel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index e0f1c1d..98d815c 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ... }: +{ pkgs, inputs, config, ... }: { imports = [ ./hardware-configuration/tarrel.nix ]; |