diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index d61b438..0cc612b 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -2,12 +2,12 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{inputs, config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. - ../../shared/client/tailscale.nix + ../../shared/client/niri.nix ./hardware-configuration.nix ];