From 293fad6bf80cc22fa37e73a9bd73314a0ad1ead0 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 24 Apr 2025 16:40:15 +0200 Subject: [PATCH] Changed configuration --- flake.nix | 1 - hosts/th-vrt-ctr01/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05f262d..e52bf39 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,6 @@ specialArgs = { inherit inputs; }; modules = [ ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) - /etc/nixos/configuration.nix ./hosts/th-vrt-ctr01 ]; }; diff --git a/hosts/th-vrt-ctr01/default.nix b/hosts/th-vrt-ctr01/default.nix index 1f3ce9c..d897d56 100644 --- a/hosts/th-vrt-ctr01/default.nix +++ b/hosts/th-vrt-ctr01/default.nix @@ -2,6 +2,7 @@ { imports = [ + ./configuration.nix # Import modules ../../modules/system/default.nix