summaryrefslogtreecommitdiff
path: root/machines/173-249-5-230/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 19:46:56 +0100
committerandromeda <andromeda@lenovo>2025-12-30 19:47:50 +0100
commit07655e513522db296b1032290c7cfb6a5ac64181 (patch)
tree5668cf8c8360dca928498ed06623f281c650c7d2 /machines/173-249-5-230/machine.nix
parent89dfb0adb921ea3481987cae74f5ce626c4e7c2d (diff)
parent9e402fdfa3f967e6b7497507f6d8eefbad6a71a9 (diff)
add secret scheme
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 = [];
+ };
+}