summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 00:21:26 +0100
committerandromeda <andromeda@lenovo>2025-12-30 00:21:26 +0100
commitabab971ba65b74ba4928c674c96244da8d9ef92b (patch)
tree17711dda6a5f6ca40acd5ca982b27b0425ec393c /machines
modularise, combine
Diffstat (limited to 'machines')
-rw-r--r--machines/laptop.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/laptop.nix b/machines/laptop.nix
new file mode 100644
index 0000000..c70deb9
--- /dev/null
+++ b/machines/laptop.nix
@@ -0,0 +1,5 @@
+{
+ hostname = "lenovo";
+ usernames = ["andromeda"];
+ system = "x86_64-linux";
+}