valkyrie: init

This commit is contained in:
2026-06-23 12:13:21 +02:00
parent f89ff639c7
commit 0c8f567a7e
19 changed files with 687 additions and 6 deletions
+9
View File
@@ -136,6 +136,10 @@
host = "oldie";
stable = true;
};
valkyrie = makeSystem {
host = "valkyrie";
stable = true;
};
};
homeConfigurations = {
@@ -149,6 +153,11 @@
host = "oldie";
stable = true;
};
"materus@valkyrie" = makeHome {
user = "materus";
host = "valkyrie";
stable = true;
};
};
};