fixed rdp.nix and updated custom add readme

This commit is contained in:
2026-03-24 20:53:01 -05:00
parent 629cf701dd
commit 55cd6d3278
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;