nixos-servers/machines/talos.nix

12 lines
199 B
Nix
Raw Permalink Normal View History

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