diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 11:33:37 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 11:34:27 +0100 |
| commit | 424e2015ae671ad7c4409d201cad7b99abc34aa0 (patch) | |
| tree | 8aab801a3e0e71bc32f85b19dffdbb9719274085 /machines/laptop/machine.nix | |
| parent | 8daeb01ea96148d422750805592793d8bcbfae11 (diff) | |
| parent | 9a089ea5090c72e363446b1576724edfbdb42c81 (diff) | |
bug fixes
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; +} |
