disabled postgres

This commit is contained in:
2024-09-28 12:26:06 -04:00
parent 0799e7b0b4
commit 9aaec0f1f8
2 changed files with 16 additions and 16 deletions

View File

@@ -94,8 +94,8 @@ in
description = "ZFS Snapshot Manager";
requires = [ "zfs-import.target" ];
after = [ "zfs-import.target" ];
path = [ pkgs.zfs ];
serviceConfig = {
Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs";
Type = "oneshot";
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/snapshot_manager --config-file='${./snapshot_config.toml}'";
};