Set up password management utilities

This commit is contained in:
2020-05-10 03:13:30 +02:00
parent d26ae28eb9
commit 4bcfb6a660
3 changed files with 20 additions and 13 deletions

View File

@@ -10,23 +10,23 @@
recvu = true;
};
zetup = {
"syscea/state/root" = {
"syscea/stateful/root" = {
plan = "1d=>1h,1m=>1d,1y=>1m";
recursive = true;
mbuffer.enable = true;
destinations.remote = {
host = "coolneng@zion";
dataset = "syscea/root";
dataset = "vault/backups/panacea/root";
};
};
"syscea/state/home" = {
"syscea/stateful/home" = {
plan = "1d=>1h,1m=>1d,1y=>1m";
recursive = true;
mbuffer.enable = true;
destinations.remote = {
host = "coolneng@zion";
dataset = "syscea/home";
dataset = "vault/backups/panacea/home";
};
};
};
@@ -39,10 +39,7 @@
dataDir = "/home/coolneng";
declarative = {
devices = {
zion = {
id = "XABIMVG-K5RKMAF-KNC33AR-TDAVEGK-GHUIVFD-NIFCX6L-6PQXRM5-KLK2PAU";
addresses = ["tcp://coolneng.duckdns.org:22000"];
};
zion = { id = "XABIMVG-K5RKMAF-KNC33AR-TDAVEGK-GHUIVFD-NIFCX6L-6PQXRM5-KLK2PAU"; };
};
folders = {
Documents = {
@@ -83,7 +80,6 @@
Projects = {
id = "cjhmu-avy9v";
type = "sendonly";
path = "/home/coolneng/Projects";
devices = [ "zion" ];
};