diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index 0e1f727..6642e41 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -1,8 +1,5 @@ { inputs, config, ... }: { - imports = [ - # (inputs.import-tree ./services) - ]; nixpkgs.hostPlatform = { system = "x86_64-linux"; };