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

master
Illia Chub 2021-02-23 12:31:40 +02:00
parent 93ce271890
commit 93bcc24696
1 changed files with 1 additions and 3 deletions

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;