Compare commits
2 commits
c7558cd6ef
...
814e45ad22
Author | SHA1 | Date | |
---|---|---|---|
|
814e45ad22 | ||
|
ace3811a0b |
3 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,9 @@
|
||||||
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"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,6 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
usbutils
|
usbutils
|
||||||
zip
|
zip
|
||||||
|
dig.dnsutils
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,5 @@
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_CA.UTF-8";
|
i18n.defaultLocale = "en_CA.UTF-8";
|
||||||
console = {
|
console.useXkbConfig = true;
|
||||||
keyMap = "ca";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue