summaryrefslogtreecommitdiff
path: root/machines/laptop/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 11:33:37 +0100
committerandromeda <andromeda@lenovo>2025-12-30 11:34:27 +0100
commit424e2015ae671ad7c4409d201cad7b99abc34aa0 (patch)
tree8aab801a3e0e71bc32f85b19dffdbb9719274085 /machines/laptop/machine.nix
parent8daeb01ea96148d422750805592793d8bcbfae11 (diff)
parent9a089ea5090c72e363446b1576724edfbdb42c81 (diff)
bug fixes
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;
+}