fixed rdp.nix and updated custom add readme

This commit is contained in:
2026-03-24 20:53:01 -05:00
parent 7e4bcaa403
commit 6ab52120e1
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
config.sovran_systemsOS.features.rdp {
lib.mkIf config.sovran_systemsOS.features.rdp {
services.gnome.gnome-remote-desktop.enable = true;