From 199007d0ad598a06f779b4218888e4a3ccc19953 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 24 Nov 2025 01:09:16 +0100 Subject: [PATCH] wip: dnsc-machine setup --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e44fc7b..3426b8b 100644 --- a/flake.nix +++ b/flake.nix @@ -37,8 +37,8 @@ system = "x86_64-linux"; specialArgs = { inherit inputs outputs; }; modules = [ - ./hosts/dnsc-machine ironbar.homeManagerModules.default + ./hosts/dnsc-machine ]; };