diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 00:25:06 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 00:27:14 +0100 |
| commit | a7c4b7dcd1f5d221b976fc65b6f82e501f87738d (patch) | |
| tree | 77006f72d6431bee0e825fc1e62de3286890b53b /machines | |
| parent | 52e547c0a4569c76984423ba118f0c5554b6a012 (diff) | |
| parent | abab971ba65b74ba4928c674c96244da8d9ef92b (diff) | |
works
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/laptop.nix | 5 |
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"; +} |
