Modularize desktop service and remove desktop.wms from machine opts.
This commit is contained in:
parent
13a25fe675
commit
483c5d3f39
6 changed files with 32 additions and 64 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue