waffentrager: init

This commit is contained in:
2026-06-24 00:06:21 +02:00
parent 29adb6e6b0
commit fb653eb0f4
30 changed files with 1325 additions and 11 deletions
+12
View File
@@ -140,6 +140,11 @@
host = "valkyrie";
stable = true;
};
waffentrager = makeSystem {
host = "waffentrager";
stable = true;
arch = "aarch64-linux";
};
};
homeConfigurations = {
@@ -158,6 +163,13 @@
host = "valkyrie";
stable = true;
};
"materus@waffentrager" = makeHome {
user = "materus";
host = "waffentrager";
arch = "aarch64-linux";
stable = true;
};
};
};