diff options
Diffstat (limited to 'srv/hadante')
| -rw-r--r-- | srv/hadante/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index d19b8f8..4cb6dc2 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -9,7 +9,9 @@ inputs, ... }: - +let + lib = pkgs.lib; +in { imports = [ # Include the results of the hardware scan. |
