summaryrefslogtreecommitdiff
path: root/machines/173-249-5-230/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 13:47:08 +0100
committerandromeda <andromeda@lenovo>2025-12-30 13:47:08 +0100
commite39747ae2e9f4032b234f1f8d9a399b240f66539 (patch)
treec8859757d48bc012f3c2d0526f09aed2896797e7 /machines/173-249-5-230/machine.nix
parent9a089ea5090c72e363446b1576724edfbdb42c81 (diff)
andromeda: add agenix; machines: start to add box
Diffstat (limited to 'machines/173-249-5-230/machine.nix')
-rw-r--r--machines/173-249-5-230/machine.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/173-249-5-230/machine.nix b/machines/173-249-5-230/machine.nix
new file mode 100644
index 0000000..672d46b
--- /dev/null
+++ b/machines/173-249-5-230/machine.nix
@@ -0,0 +1,10 @@
+{
+ hostname = "173-249-5-230";
+ usernames = ["mtgmonkey"];
+ system = "x86_64-linux";
+ configuration = ./configuration.nix;
+ hardware-configuration = ./hardware-configuration.nix;
+ pub-keys = {
+ ssh = [];
+ };
+}