chore: shoukei - disable sunshine for security

This commit is contained in:
Ryan Yin
2025-08-09 13:45:32 +08:00
parent 273bfd2ac8
commit 0fe704c32a

View File

@@ -1,4 +1,4 @@
{ myvars, ... }:
{ lib, myvars, ... }:
#############################################################
#
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G
@@ -15,6 +15,8 @@ in
./clash-verge.nix
];
services.sunshine.enable = lib.mkForce false;
networking = {
inherit hostName;
inherit (myvars.networking) nameservers;