hosts/reisen-fra0: finally disable knot

This commit is contained in:
Lu Wang 2024-12-17 23:02:47 +08:00
parent fa81d0bcb8
commit aaaa0158fa
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -1,16 +1,10 @@
{
suites,
profiles,
mylib,
...
}:
{
imports =
suites.server
++ (with profiles; [
services.knot.secondary
])
++ (mylib.path.scanPaths ./. "default.nix");
imports = suites.server ++ (mylib.path.scanPaths ./. "default.nix");
system.stateVersion = "24.11";
}