Modularize desktop service and remove desktop.wms from machine opts.

This commit is contained in:
Kevin Baensch 2023-09-09 22:50:25 +02:00
parent 13a25fe675
commit 483c5d3f39
Signed by: derped
GPG key ID: C0F1D326C7626543
6 changed files with 32 additions and 64 deletions

View file

@ -54,11 +54,11 @@ with lib;
services = [
"bind"
"desktop"
"desktop::i3"
"udev"
"cups"
"mullvad"
"mariaDB"
"nspawn"
"docker" "podman"
];
firewall = {
@ -69,7 +69,6 @@ with lib;
allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
};
desktop.wms = [ "none+i3" "i3" ];
};
config.system.copySysConf = {

View file

@ -46,6 +46,7 @@ with lib;
services = [
"docker"
"desktop"
"desktop::i3"
"udev"
"fprintd"
];
@ -57,7 +58,6 @@ with lib;
allowedUDPPortRanges = [ ];
allowedTCPPortRanges = [ ];
};
desktop.wms = [ "none+i3" "i3" ];
};
config.system.copySysConf = {