m 2 backup: provide borgbackup

This commit is contained in:
makefu 2017-05-12 11:32:12 +02:00
parent 7a7612fb4d
commit 89b254d485
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
let
# preparation:
@ -32,4 +32,7 @@ in {
# wry-to-omo_root = defaultPull config.krebs.hosts.wry "/";
gum-to-omo_root = defaultPull config.krebs.hosts.gum "/";
};
environment.systemPackages = [
pkgs.borgbackup
];
}