From 719c2f7b0232dcc93b0fcb803c78e54bbae794a3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 7 Dec 2024 12:57:22 +0100 Subject: [PATCH] hosts/main: disable xrdp --- hosts/main/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/main/default.nix b/hosts/main/default.nix index 9d3966f..006239a 100644 --- a/hosts/main/default.nix +++ b/hosts/main/default.nix @@ -33,9 +33,6 @@ networking.hostName = "wroclaw-main"; - services.xrdp.enable = true; - users.groups."tsusers".members = [ "wroclaw" ]; - services.printing.drivers = with pkgs; [ hplip ];