diff options
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 64b0a80..e65d09f 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -2,10 +2,11 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -inputs@{ +{ config, pkgs, customss, + inputs, ... }: @@ -13,7 +14,7 @@ inputs@{ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - # inputs.home-manager.nixosModules.home-manager + inputs.home-manager.nixosModules.home-manager ]; # Bootloader. |
