blob: dff4f4f0bf385cd1edc3554280ff8408b73dbfcf [file] [log] [blame]
{ ... }:
{
system.stateVersion = "24.05";
console.keyMap = "dvorak";
nix.settings = {
builders-use-substitutes = true;
substituters = [
"https://cache.nixos.org"
"https://anyrun.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
];
experimental-features = [
"nix-command"
"flakes"
];
};
}