mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
feat:add_gfs&&remove_daed
This commit is contained in:
5
home/gui/proxy/gui-for-singbox.nix
Normal file
5
home/gui/proxy/gui-for-singbox.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gui-for-singbox
|
||||
];
|
||||
}
|
||||
@@ -7,7 +7,6 @@
|
||||
imports = with inputs; [
|
||||
./${hostname}
|
||||
chaotic.nixosModules.default
|
||||
daeuniverse.nixosModules.daed
|
||||
disko.nixosModules.disko
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
|
||||
@@ -20,9 +20,6 @@
|
||||
QEMU-VM-Use-Case = true;
|
||||
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
||||
|
||||
Transparent-Proxy = false;
|
||||
### See https://github.com/daeuniverse/daed
|
||||
|
||||
# Options
|
||||
## System related
|
||||
BootLoader = "systemd-boot";
|
||||
|
||||
@@ -20,9 +20,6 @@
|
||||
QEMU-VM-Use-Case = false;
|
||||
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
||||
|
||||
Transparent-Proxy = false;
|
||||
### See https://github.com/daeuniverse/daed
|
||||
|
||||
# Options
|
||||
## System related
|
||||
BootLoader = "systemd-boot";
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
hostname,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
inherit (import ../../hosts/${hostname}/env.nix) Transparent-Proxy;
|
||||
in {
|
||||
config = mkIf Transparent-Proxy {
|
||||
services.daed = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user