From cba7b6b8335797137b387e08fa7ac955cb5692b2 Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 30 Dec 2025 01:40:54 +0100 Subject: change machine specification --- machines/laptop/machine.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 machines/laptop/machine.nix (limited to 'machines/laptop/machine.nix') 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; +} -- cgit v1.3