kopia-server

This commit is contained in:
death916 2025-07-29 03:25:05 -07:00
parent f3cc982761
commit 98fe80f462

View file

@ -12,7 +12,7 @@ in
options.services.kopia-server.enable = lib.mkEnableOption "Self-contained Kopia Server";
config = lib.mkIf config.services.kopia-server.enable {
systemd.services.kopia = {
systemd.services.kopia-server = {
description = "Kopia Backup Server";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];