From d9f2230a94a63c82e820f153ce8897186edb13d7 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 3 Dec 2025 10:24:44 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/neptune/configuration.nix --- machines/neptune/configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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"; };