diff --git a/hosts/titan/default.nix b/hosts/titan/default.nix index 209a9b2..bccde49 100644 --- a/hosts/titan/default.nix +++ b/hosts/titan/default.nix @@ -1,4 +1,10 @@ -{ modulesPath, config, lib, pkgs, ...}: +{ + modulesPath, + config, + lib, + pkgs, + ... +}: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") diff --git a/hosts/titan/hardware-configuration.nix b/hosts/titan/hardware-configuration.nix index f67c735..377e0fb 100644 --- a/hosts/titan/hardware-configuration.nix +++ b/hosts/titan/hardware-configuration.nix @@ -1,7 +1,13 @@ # 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, + lib, + pkgs, + modulesPath, + ... +}: { imports = [ ];