mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Removed void symbols that prevented EOF from being recognized by the parser
This commit is contained in:
parent
93ce271890
commit
93bcc24696
|
@ -86,8 +86,6 @@ makeConf() {
|
||||||
];
|
];
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
DOMAIN = "$DOMAIN";
|
DOMAIN = "$DOMAIN";
|
||||||
AWS_ACCESS_KEY_ID = "$AWS_ACCESS_KEY_ID";
|
|
||||||
AWS_SECRET_ACCESS_KEY = "$AWS_SECRET_ACCESS_KEY";
|
|
||||||
};
|
};
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
system.autoUpgrade.allowReboot = false;
|
system.autoUpgrade.allowReboot = false;
|
||||||
|
|
Loading…
Reference in a new issue