Adjust path to TYPO3 configuration

No more need to use path to user folder.
This commit is contained in:
Daniel Siepmann 2024-06-24 07:14:16 +02:00
parent e895f5a40f
commit da8b3319dc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ in {
# Custom vars
TYPO3_CONTEXT = "Development/dsiepmann";
TYPO3_ADDITIONAL_CONFIGURATION = "${config.xdg.dataHome}/typo3-configuration/AdditionalConfiguration.inc.php";
TYPO3_ADDITIONAL_CONFIGURATION = "/var/projects/own/typo3-configuration/AdditionalConfiguration.inc.php";
};
shellAliases = {

View file

@ -6,7 +6,7 @@ writeShellApplication {
name = "custom-update-operating-system";
text = ''
sudo fwupdmgr get-updates
sudo fwupdmgr get-updates || true
fwupdmgr update -y
sudo nixos-rebuild switch --upgrade-all