Init oldie PC (Old-materusPC previously)

This commit is contained in:
2026-06-13 22:45:05 +02:00
parent bc3fa6788b
commit 1401ddc71c
8 changed files with 536 additions and 44 deletions
+9
View File
@@ -132,6 +132,10 @@
host = "materusPC";
stable = true;
};
oldie = makeSystem {
host = "oldie";
stable = true;
};
};
homeConfigurations = {
@@ -140,6 +144,11 @@
host = "materusPC";
stable = true;
};
"materus@oldie" = makeHome {
user = "materus";
host = "oldie";
stable = true;
};
};
};