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.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/laptop/machine.nix b/machines/laptop/machine.nix
new file mode 100644
index 0000000..d6b1e01
--- /dev/null
+++ b/machines/laptop/machine.nix
@@ -0,0 +1,6 @@
+{
+ hostname = "lenovo";
+ usernames = ["andromeda"];
+ system = "x86_64-linux";
+ hardware-configuration = ./hardware-configuration.nix;
+}