fix
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.tangled.nixosModules.knot
|
||||
];
|
||||
|
||||
services.tangled-knot = {
|
||||
enable = true;
|
||||
listenAddr = "0.0.0.0:3003";
|
||||
|
||||
Reference in New Issue
Block a user