fixing bugs in server_tools

This commit is contained in:
Richie Cahill
2024-07-26 20:22:27 -04:00
parent 4b05ad968e
commit 0e2531bcb6
4 changed files with 12 additions and 6 deletions

View File

@ -7,6 +7,8 @@
{
systemd = {
services.startup_validation = {
requires = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
description = "validates startup";
path = [ pkgs.zfs ];