nixos-servers/machines/default.nix
2024-11-04 23:35:04 +01:00

8 lines
147 B
Nix

{...}: {
machines = {
atlas = import ./atlas;
jefke = import ./jefke;
lewis = import ./lewis;
warwick = import ./warwick;
};
}