diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 00:32:23 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 00:32:23 +0100 |
| commit | 1463a81e8cdb09fb87b4401a1e3179121d50cae5 (patch) | |
| tree | 17711dda6a5f6ca40acd5ca982b27b0425ec393c /machines/laptop.nix | |
| parent | 12438a9c8d5412258f976bb09881258462189222 (diff) | |
modularise, combine
Diffstat (limited to 'machines/laptop.nix')
| -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"; +} |
