Compare commits

..

No commits in common. "814e45ad226f450b9589d2f1829960c387a2d8fb" and "c7558cd6ef86af0177f12e4055a80e315ab9a931" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View file

@ -32,9 +32,6 @@
keep-derivations = true; keep-derivations = true;
auto-optimise-store = true; auto-optimise-store = true;
warn-dirty = false; warn-dirty = false;
# remote building
trusted-users = ["matt"];
}; };
}; };

View file

@ -23,6 +23,5 @@
imagemagick imagemagick
usbutils usbutils
zip zip
dig.dnsutils
]); ]);
} }

View file

@ -35,5 +35,7 @@
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8"; i18n.defaultLocale = "en_CA.UTF-8";
console.useXkbConfig = true; console = {
keyMap = "ca";
};
} }