diff options
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"; +} |
