Files
conf/machines/laptop/machine.nix
2025-12-30 13:47:08 +01:00

9 lines
212 B
Nix

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