diff options
| -rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 0fb45a5..1668154 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -1,7 +1,7 @@  # Do not modify this file!  It was generated by ‘nixos-generate-config’  # and may be overwritten by future invocations.  Please make changes  # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, inputs, lib, pkgs, modulesPath, ... }:  {    imports = | 
