Removed void symbols that prevented EOF from being recognized by the parser

This commit is contained in:
Illia Chub 2021-02-23 12:31:40 +02:00
parent 93ce271890
commit 93bcc24696

View file

@ -86,8 +86,6 @@ makeConf() {
];
environment.variables = {
DOMAIN = "$DOMAIN";
AWS_ACCESS_KEY_ID = "$AWS_ACCESS_KEY_ID";
AWS_SECRET_ACCESS_KEY = "$AWS_SECRET_ACCESS_KEY";
};
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;