about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-09-25 09:34:17 +0000
committerGitHub <noreply@github.com>2019-09-25 09:34:17 +0000
commit66967ec7521d065f605795d64ddbbbd4fcd448c3 (patch)
treec99735a34270f1ca9da366eafcc5b5fce16c7f7f /nixos/tests/all-tests.nix
parentfb6595eafdb90ef0bc7a31c2bfc9204e4cad11d9 (diff)
parentdb9b5f5525225acf20f0f030e95532d192b3baac (diff)
downloadnixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar.gz
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar.bz2
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar.lz
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar.xz
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.tar.zst
nixlib-66967ec7521d065f605795d64ddbbbd4fcd448c3.zip
Merge pull request #67232 from ck3d/container-useHostResolvConf
machinectl compliant NixOS installation
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5643da99e557..2c6c3a429707 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -262,6 +262,7 @@ in
   syncthing-relay = handleTest ./syncthing-relay.nix {};
   systemd = handleTest ./systemd.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
+  systemd-machinectl = handleTest ./systemd-machinectl.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};