mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
kopia-server
This commit is contained in:
parent
f3cc982761
commit
98fe80f462
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue