mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: install clash verge on all nixos desktop hosts
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
{ lib, myvars, ... }:
|
{
|
||||||
|
lib,
|
||||||
|
myvars,
|
||||||
|
...
|
||||||
|
}:
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G
|
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G
|
||||||
@@ -6,13 +10,10 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
let
|
let
|
||||||
hostName = "shoukei"; # Define your hostname.
|
hostName = "shoukei"; # Define your hostname.
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../idols-ai/preservation.nix
|
../idols-ai/preservation.nix
|
||||||
|
|
||||||
./clash-verge.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.sunshine.enable = lib.mkForce false;
|
services.sunshine.enable = lib.mkForce false;
|
||||||
|
|||||||
Reference in New Issue
Block a user