forked from mirrors/nixpkgs
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;
|
||||
}; }) 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 ]
|
||||
|
|
Loading…
Reference in a new issue