diff --git a/hosts/kitty/default.nix b/hosts/kitty/default.nix index 8afe152c..627820a5 100644 --- a/hosts/kitty/default.nix +++ b/hosts/kitty/default.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: +{ ... }: { imports = [ ./boot @@ -8,7 +8,6 @@ ./network ./users ../../modules/system - (modulesPath + "/profiles/headless.nix") ]; networking = { diff --git a/hosts/midas/default.nix b/hosts/midas/default.nix index a397cc72..85422585 100644 --- a/hosts/midas/default.nix +++ b/hosts/midas/default.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: +{ ... }: { imports = [ ./boot @@ -9,7 +9,6 @@ ./services ./users ../../modules/system - (modulesPath + "/profiles/headless.nix") ]; networking = {