Repartition and reinstall alpheratz

This commit is contained in:
Ethan Simmons
2026-05-10 09:24:06 -05:00
parent 5e63cd8d6e
commit 5d64abd097
5 changed files with 29 additions and 35 deletions
+11 -14
View File
@@ -115,7 +115,6 @@
school = {
enable = true;
citrix = true;
};
games = {
@@ -143,7 +142,6 @@
laptop = {
enable = true;
powersave.enable = true;
backlight.enable = true;
};
audio = {
@@ -170,7 +168,6 @@
school = {
enable = true;
citrix = true;
};
games = {
@@ -178,17 +175,17 @@
};
backup = {
user = "eesim";
paths = [ "/home/eesim" ];
repo = "t643s856@t643s856.repo.borgbase.com:repo";
excludes = [
"/home/eesim/.cache/"
"/home/eesim/configs/mc-distant-horizons"
"/home/eesim/configs/mc-arcadia"
];
key = "/home/eesim/.ssh/id_ed25519";
passphrase = "/run/secrets/borgbase/nix-alpheratz";
repeat = "daily";
enable = true;
user = "eesim";
paths = [ "/home/eesim" ];
repo = "t643s856@t643s856.repo.borgbase.com:repo";
excludes = [
"/home/eesim/.cache/"
];
passphrase = "/run/secrets/borgbase/nix-alpheratz";
key = "/home/eesim/.ssh/id_ed25519_borg";
compression = "zstd";
repeat = "daily";
};
common.nil.enable = true;