summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorLeorize <leorize+oss@disroot.org>2022-12-07 18:31:05 -0600
committerLeorize <leorize+oss@disroot.org>2022-12-08 10:28:41 -0600
commit0cc87ab901909ae949d22caf071e446bed83e47a (patch)
tree007ae81c031dc4fd04f208aee20183d3b358146d /nixos/tests/all-tests.nix
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
downloadnixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar.gz
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar.bz2
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar.lz
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar.xz
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.tar.zst
nixpkgs-0cc87ab901909ae949d22caf071e446bed83e47a.zip
nixos/systemd/userdbd: add method to enable service
This is recommended to enable in conjunction with systemd-homed.
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 895cbe4290d..31243f59bb9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -636,6 +636,7 @@ in {
   systemd-shutdown = handleTest ./systemd-shutdown.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-misc = handleTest ./systemd-misc.nix {};
+  systemd-userdbd = handleTest ./systemd-userdbd.nix {};
   tandoor-recipes = handleTest ./tandoor-recipes.nix {};
   taskserver = handleTest ./taskserver.nix {};
   tayga = handleTest ./tayga.nix {};