nixos/dysnomia: configure systemd unit path

This commit is contained in:
Sander van der Burg 2021-03-28 21:39:23 +02:00 committed by Sander van der Burg
parent 4ae1fa61ad
commit 13b367df5f

View file

@ -243,6 +243,8 @@ in
svnBaseDir = config.services.svnserve.svnBaseDir;
}; }) cfg.extraContainerProperties;
boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ];
system.activationScripts.dysnomia = ''
mkdir -p /etc/systemd-mutable/system
if [ ! -f /etc/systemd-mutable/system/dysnomia.target ]