nixos-servers/machines/talos.nix

10 lines
169 B
Nix
Raw Normal View History

2024-09-07 10:39:30 +00:00
{
machines.talos = {
2024-10-28 13:12:06 +00:00
nixosModule = {lib, ...}: {
2024-09-07 10:39:30 +00:00
lab.storage.profile = "normal";
# boot.loader.systemd-boot.enable = lib.mkForce false;
};
};
}