Compare commits

..

2 Commits

Author SHA1 Message Date
Ethan Simmons
cf89db66c5 Add quartus to packages 2025-03-19 16:14:49 -05:00
Ethan Simmons
bdd457512a Fix backup 2025-03-19 16:14:49 -05:00
2 changed files with 23 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,12 +29,15 @@
secrets."wireguard/private" = {};
secrets."wireguard/preshared" = {};
secrets."borgbase/nix-alpheratz" = {};
secrets."borgbase/nix-alpheratz" = {
owner = "eesim";
};
};
environment.systemPackages = with pkgs; [
localPackages.x86_64-linux.jhelioviewer
bottles
quartus-prime-lite
];
services.printing.enable = false;