Fix backup

This commit is contained in:
Ethan Simmons
2024-12-18 19:08:17 -06:00
parent 01a1c7089a
commit bdd457512a
2 changed files with 22 additions and 17 deletions

View File

@@ -157,8 +157,16 @@
};
backup = {
school = {
enable = true;
citrix = true;
};
games = {
enable = true;
};
backup = {
user = "eesim";
paths = [ "/home/eesim" ];
repo = "t643s856@t643s856.repo.borgbase.com:repo";
@@ -172,11 +180,6 @@
repeat = "daily";
};
school = {
enable = true;
citrix = true;
};
common.nil.enable = true;
networking = {

View File

@@ -29,7 +29,9 @@
secrets."wireguard/private" = {};
secrets."wireguard/preshared" = {};
secrets."borgbase/nix-alpheratz" = {};
secrets."borgbase/nix-alpheratz" = {
owner = "eesim";
};
};
environment.systemPackages = with pkgs; [