mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
srv-core: Enable scrutiny
This commit is contained in:
parent
07355b1817
commit
19ebf53f8b
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "search.${config.custom.networking.overlay.domain}";
|
domain = "search.${config.custom.networking.overlay.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scrutiny = {
|
||||||
|
enable = true;
|
||||||
|
domain = "scrutiny.${config.custom.networking.overlay.domain}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue