From e3277815a4cea3baa4e2feb2ecedace938cd628d Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Thu, 21 Aug 2025 14:42:22 +0300 Subject: [PATCH] fix --- flake.nix | 1 + hosts/server/modules/knot.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 95630dd..6847de4 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ }; modules = [ inputs.catppuccin.nixosModules.catppuccin + inputs.tangled.nixosModules.knot # lil hack to not use --impure when rebuilding nixos >:3 "/etc/nixos/hardware-configuration.nix" diff --git a/hosts/server/modules/knot.nix b/hosts/server/modules/knot.nix index 2db502b..686963c 100644 --- a/hosts/server/modules/knot.nix +++ b/hosts/server/modules/knot.nix @@ -1,10 +1,6 @@ { config, pkgs, lib, ... }: { - imports = [ - inputs.tangled.nixosModules.knot - ]; - services.tangled-knot = { enable = true; listenAddr = "0.0.0.0:3003";