WIP: kopia backups.
This commit is contained in:
18
common/global/backup.nix
Normal file
18
common/global/backup.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.kopia
|
||||||
|
];
|
||||||
|
|
||||||
|
# systemd = {
|
||||||
|
# services = {
|
||||||
|
# "backup-persist" = {
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
#
|
||||||
|
# timers = {
|
||||||
|
# "backup-persist" = {
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
{ pkgs, self, ... }:
|
{ pkgs, self, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./backup.nix
|
||||||
./cpufreq.nix
|
./cpufreq.nix
|
||||||
./flakes.nix
|
./flakes.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user