WIP: kopia backups.

This commit is contained in:
2024-09-20 17:26:50 +01:00
parent 9d69d58ed9
commit 9619607919
2 changed files with 19 additions and 0 deletions

18
common/global/backup.nix Normal file
View File

@@ -0,0 +1,18 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.kopia
];
# systemd = {
# services = {
# "backup-persist" = {
# };
# };
#
# timers = {
# "backup-persist" = {
# };
# };
# };
}

View File

@@ -1,6 +1,7 @@
{ pkgs, self, ... }:
{
imports = [
./backup.nix
./cpufreq.nix
./flakes.nix
./kernel.nix