summaryrefslogtreecommitdiff
path: root/machines/laptop/machine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/laptop/machine.nix')
-rw-r--r--machines/laptop/machine.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/machines/laptop/machine.nix b/machines/laptop/machine.nix
deleted file mode 100644
index 77c15b5..0000000
--- a/machines/laptop/machine.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- hostname = "lenovo";
- usernames = ["andromeda" "mtgmonkey"];
- system = "x86_64-linux";
- configuration = ./configuration.nix;
- hardware-configuration = ./hardware-configuration.nix;
- pub-keys.ssh = [];
-}