nixos/dysnomia: configure systemd unit path
This commit is contained in:
parent
4ae1fa61ad
commit
13b367df5f
@ -243,6 +243,8 @@ in
|
|||||||
svnBaseDir = config.services.svnserve.svnBaseDir;
|
svnBaseDir = config.services.svnserve.svnBaseDir;
|
||||||
}; }) cfg.extraContainerProperties;
|
}; }) cfg.extraContainerProperties;
|
||||||
|
|
||||||
|
boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ];
|
||||||
|
|
||||||
system.activationScripts.dysnomia = ''
|
system.activationScripts.dysnomia = ''
|
||||||
mkdir -p /etc/systemd-mutable/system
|
mkdir -p /etc/systemd-mutable/system
|
||||||
if [ ! -f /etc/systemd-mutable/system/dysnomia.target ]
|
if [ ! -f /etc/systemd-mutable/system/dysnomia.target ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user