Files
conf/machines/laptop/machine.nix
2025-12-30 01:40:54 +01:00

7 lines
140 B
Nix

{
hostname = "lenovo";
usernames = ["andromeda"];
system = "x86_64-linux";
hardware-configuration = ./hardware-configuration.nix;
}