mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
test out restic
This commit is contained in:
parent
e3bb572934
commit
6cba3b2356
6
provision/hosts/default/backup.nix
Normal file
6
provision/hosts/default/backup.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, user, lib, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
restic # Fast and secure backup program
|
||||||
|
];
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./configuration.nix ./home-configuration.nix ];
|
imports = [ ./backup.nix ./configuration.nix ./home-configuration.nix ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user