working on backups
This commit is contained in:
parent
52967f6de2
commit
870f29519f
3 changed files with 74 additions and 81 deletions
|
@ -64,9 +64,9 @@
|
|||
];
|
||||
};
|
||||
|
||||
# registry = {
|
||||
# emenel-templates.flake = inputs.emenel-templates;
|
||||
# };
|
||||
# registry = {
|
||||
# emenel-templates.flake = inputs.emenel-templates;
|
||||
# };
|
||||
|
||||
channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
|
||||
};
|
||||
|
@ -84,42 +84,42 @@
|
|||
let
|
||||
theme = palette.toRgbShortHex pkgs.rice.colorPalette;
|
||||
in
|
||||
with theme;
|
||||
[
|
||||
# normal.black
|
||||
# normal.red
|
||||
# normal.green
|
||||
# normal.yellow
|
||||
# normal.blue
|
||||
# normal.magenta
|
||||
# normal.cyan
|
||||
# normal.white
|
||||
# bright.black
|
||||
# bright.red
|
||||
# bright.green
|
||||
# bright.yellow
|
||||
# bright.blue
|
||||
# bright.magenta
|
||||
# bright.cyan
|
||||
# bright.white
|
||||
with theme;
|
||||
[
|
||||
# normal.black
|
||||
# normal.red
|
||||
# normal.green
|
||||
# normal.yellow
|
||||
# normal.blue
|
||||
# normal.magenta
|
||||
# normal.cyan
|
||||
# normal.white
|
||||
# bright.black
|
||||
# bright.red
|
||||
# bright.green
|
||||
# bright.yellow
|
||||
# bright.blue
|
||||
# bright.magenta
|
||||
# bright.cyan
|
||||
# bright.white
|
||||
|
||||
"111111"
|
||||
"e06c75"
|
||||
"98c379"
|
||||
"e5c07b"
|
||||
"61afef"
|
||||
"c678dd"
|
||||
"56b6c2"
|
||||
"abb2bf"
|
||||
"545862"
|
||||
"e06c75"
|
||||
"98c379"
|
||||
"e5c07b"
|
||||
"61afef"
|
||||
"c678dd"
|
||||
"56b6c2"
|
||||
"c8ccd4"
|
||||
];
|
||||
"111111"
|
||||
"e06c75"
|
||||
"98c379"
|
||||
"e5c07b"
|
||||
"61afef"
|
||||
"c678dd"
|
||||
"56b6c2"
|
||||
"abb2bf"
|
||||
"545862"
|
||||
"e06c75"
|
||||
"98c379"
|
||||
"e5c07b"
|
||||
"61afef"
|
||||
"c678dd"
|
||||
"56b6c2"
|
||||
"c8ccd4"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -614,10 +614,36 @@
|
|||
|
||||
users.groups.uinput = { };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
services.borgmatic = {
|
||||
enable = true;
|
||||
configurations = {
|
||||
eddie = {
|
||||
patterns = [
|
||||
"R /home/emenel"
|
||||
"- .cache"
|
||||
"- .nix*"
|
||||
"- .steam*"
|
||||
"- Sync"
|
||||
"- Mounts"
|
||||
"- .BitwigStudio"
|
||||
"- .local/share/bitwig"
|
||||
"- .local/share/flatpak"
|
||||
];
|
||||
repositories = [
|
||||
{
|
||||
"path" = "ssh://oyi3ydnz@oyi3ydnz.repo.borgbase.com/./repo";
|
||||
"label" = "eddie on borgbase";
|
||||
}
|
||||
];
|
||||
keep_daily = 3;
|
||||
keep_hourly = 3;
|
||||
keep_monthly = 2;
|
||||
# btrfs = {
|
||||
# btrfs_command = "${pkgs.btrfs-progs}/bin/btrfs";
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
#do not change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue