fixed typo

This commit is contained in:
2026-03-24 19:07:12 -05:00
parent bbe96e9032
commit 017909323e

View File

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