Add environment.etcBackupExtension option

This commit is contained in:
Tobias Happ 2019-11-30 01:30:33 +01:00 committed by Alexander Sosedkin
parent 6c80065616
commit 15f5d97457
3 changed files with 45 additions and 17 deletions

View file

@ -24,6 +24,9 @@
#unzip
];
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# Read the changelog before changing this value
system.stateVersion = "19.09";