mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
e
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
01f0e18c84
commit
e2455137fc
1 changed files with 6 additions and 0 deletions
|
@ -259,6 +259,12 @@ in {
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
xrdp = {
|
||||||
|
enable = true;
|
||||||
|
defaultWindowManager = "startplasma-x11";
|
||||||
|
openFirewall = false;
|
||||||
|
};
|
||||||
|
x2goserver.enable = true;
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = false; # takes a lot of time to compile
|
enable = false; # takes a lot of time to compile
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue