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 = {
|
||||
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;
|
||||
|
@ -455,7 +453,7 @@ EOF
|
|||
};
|
||||
};
|
||||
}
|
||||
EOF
|
||||
EOF
|
||||
|
||||
cat > /etc/nixos/nextcloud/nextcloud.nix << EOF
|
||||
{ pkgs, ... }:
|
||||
|
|
Loading…
Reference in a new issue