summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines.nix')
-rw-r--r--machines.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/machines.nix b/machines.nix
new file mode 100644
index 0000000..b9d1c76
--- /dev/null
+++ b/machines.nix
@@ -0,0 +1,18 @@
+{
+ lenovo = {
+ hostname = "lenovo";
+ system = "x86_64-linux";
+ users = [
+ "andromeda"
+ "mtgmonkey"
+ ];
+ };
+ _173-249-5-230 = {
+ hostname = "_173-249-5-230";
+ system = "x86_64-linux";
+ users = [
+ "mtgmonkey"
+ ];
+ pub-keys.ssh = [];
+ };
+}