diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 01:40:54 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 01:40:54 +0100 |
| commit | cba7b6b8335797137b387e08fa7ac955cb5692b2 (patch) | |
| tree | 56d592b1b1ba3cda072955d44e7b59086e36346c /machines/laptop/machine.nix | |
| parent | 0179bbeb5c9dfaf27c232d8d125af467640ddbd5 (diff) | |
change machine specification
Diffstat (limited to 'machines/laptop/machine.nix')
| -rw-r--r-- | machines/laptop/machine.nix | 6 |
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; +} |
