summaryrefslogtreecommitdiff
path: root/machines/laptop/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 01:40:54 +0100
committerandromeda <andromeda@lenovo>2025-12-30 01:40:54 +0100
commitcba7b6b8335797137b387e08fa7ac955cb5692b2 (patch)
tree56d592b1b1ba3cda072955d44e7b59086e36346c /machines/laptop/machine.nix
parent0179bbeb5c9dfaf27c232d8d125af467640ddbd5 (diff)
change machine specification
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;
+}