Adapt to unstable option name changes.

This commit is contained in:
Kevin Baensch 2019-12-26 01:00:46 +01:00
parent 85600ad746
commit 8511968173
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ with lib;
allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
};
desktop.wms = [ "i3" ];
desktop.wms = [ "none+i3" "i3" ];
};
config.system.copySysConf = {