fix
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
|
inputs.tangled.nixosModules.knot
|
||||||
|
|
||||||
# lil hack to not use --impure when rebuilding nixos >:3
|
# lil hack to not use --impure when rebuilding nixos >:3
|
||||||
"/etc/nixos/hardware-configuration.nix"
|
"/etc/nixos/hardware-configuration.nix"
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
inputs.tangled.nixosModules.knot
|
|
||||||
];
|
|
||||||
|
|
||||||
services.tangled-knot = {
|
services.tangled-knot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddr = "0.0.0.0:3003";
|
listenAddr = "0.0.0.0:3003";
|
||||||
|
|||||||
Reference in New Issue
Block a user