Opened firewall for mc
This commit is contained in:
parent
222c69b136
commit
a92172bfbc
4 changed files with 29 additions and 24 deletions
|
|
@ -18,14 +18,18 @@
|
|||
# Workstation specific configuration
|
||||
(lib.mkIf hostType.isWorkstation {
|
||||
services = {
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
xserver = {
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
# displayManager.sddm = {
|
||||
# enable = true;
|
||||
# wayland = {
|
||||
# enable = true;
|
||||
# compositor = "kwin";
|
||||
# };
|
||||
# };
|
||||
# desktopManager.plasma6.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue