From ccebfd346c2bbf1eddaaddbcb6c8f32585ca8b0a Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Thu, 19 Mar 2026 11:05:20 +0000 Subject: [PATCH] Working on reshuffling --- Droidnix/README.org | 9 +++------ Droidnix/flake.nix | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index fb5fc270e..cfc92ee31 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -113,12 +113,9 @@ The Nix flake definition for Droidnix. specialArgs = { inherit inputs; }; modules = [ - # Host-specific configuration - ./generated/hosts/traveldroid/traveldroid.nix - - # Optional boot/hardware - ./generated/hosts/traveldroid/boot.nix - ./generated/hosts/traveldroid/hardware-configuration.nix + #./generated/hosts/traveldroid/traveldroid.nix + #./generated/hosts/traveldroid/boot.nix + #./generated/hosts/traveldroid/hardware-configuration.nix # External modules inputs.stylix.nixosModules.default diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 3ef46b6c9..0cf923230 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -41,12 +41,9 @@ specialArgs = { inherit inputs; }; modules = [ - # Host-specific configuration - ./generated/hosts/traveldroid/traveldroid.nix - - # Optional boot/hardware - ./generated/hosts/traveldroid/boot.nix - ./generated/hosts/traveldroid/hardware-configuration.nix + #./generated/hosts/traveldroid/traveldroid.nix + #./generated/hosts/traveldroid/boot.nix + #./generated/hosts/traveldroid/hardware-configuration.nix # External modules inputs.stylix.nixosModules.default