summaryrefslogtreecommitdiff
path: root/machines/173-249-5-230/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-31 01:14:37 +0100
committerandromeda <andromeda@lenovo>2025-12-31 01:14:37 +0100
commit42a93f042e2c821939fa6aa4ac8945997d5b5099 (patch)
treebcc6ec5399cdabd28c9e30faca59d6bea925e7d4 /machines/173-249-5-230/machine.nix
parent07655e513522db296b1032290c7cfb6a5ac64181 (diff)
better machine conf, rework key/machines management
Diffstat (limited to 'machines/173-249-5-230/machine.nix')
-rw-r--r--machines/173-249-5-230/machine.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/machines/173-249-5-230/machine.nix b/machines/173-249-5-230/machine.nix
deleted file mode 100644
index 672d46b..0000000
--- a/machines/173-249-5-230/machine.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- hostname = "173-249-5-230";
- usernames = ["mtgmonkey"];
- system = "x86_64-linux";
- configuration = ./configuration.nix;
- hardware-configuration = ./hardware-configuration.nix;
- pub-keys = {
- ssh = [];
- };
-}