mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-11 20:32:04 +02:00
fix(security): tighten desktop remote access
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
loadsVirtualDisplay = true;
|
||||
createsVirtualDisplay = true;
|
||||
niriUsesIntelRenderer = true;
|
||||
sunshineUserHasInputAccess = true;
|
||||
sunshineUserHasInputAccess = false;
|
||||
sunshineHasSysAdmin = false;
|
||||
sunshineStartsAfterNiri = true;
|
||||
sunshineWaitsForNiriOutput = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user