kopia dns

This commit is contained in:
death916 2025-06-25 04:56:39 -07:00
parent fd89bc6da6
commit caae8d8776

View file

@ -278,10 +278,10 @@
User = "root"; # Run as root to access all files and Kopia config
ExecStart = "/usr/local/bin/nixos-kopia-backup.sh";
path = with pkgs; [
coreutils # Provides basic tools like `sh`, `cat`, etc.
kopia # The kopia binary itself
];
]
coreutils # Provides basic tools like `sh`, `cat`, etc.
kopia # The kopia binary itself
];
};
};