mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.technitium-dns-server: stop service from restarting
This commit is contained in:
parent
6994d6098e
commit
b846984e7c
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
machine =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
systemd.services.technitium-dns-server.serviceConfig.Restart = lib.mkForce "no";
|
||||
|
||||
services.technitium-dns-server = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue