nixos-config/machines.nix

10 lines
170 B
Nix

{
london = {
machineType = "workstation";
nixpkgsUnstable = true;
system = "x86_64-linux";
enableHomeManager = true;
stateVersion = "23.11";
};
}