Configure nextcloud for montalin

This commit is contained in:
Fabian Hauser 2020-10-23 17:35:24 +00:00
parent d5cb513227
commit f9c7e0ed0c
6 changed files with 58 additions and 17 deletions

View file

@ -8,12 +8,13 @@
boot.loader.timeout = 2;
boot.tmpOnTmpfs = true;
i18n = {
consoleFont = "Lat2-Terminus16";
consoleKeyMap = "sg-latin1";
defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "sg-latin1";
};
i18n.defaultLocale = "en_US.UTF-8";
environment.systemPackages = with pkgs; [
wget
curl
@ -89,4 +90,10 @@
gitconfig.source = ./etc/gitconfig;
vimrc.source = ./etc/vimrc;
};
security.acme = {
acceptTerms = true;
email = "sysadmin@qo.is";
};
}