mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -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; [
|
imports = with inputs; [
|
||||||
./${hostname}
|
./${hostname}
|
||||||
chaotic.nixosModules.default
|
chaotic.nixosModules.default
|
||||||
daeuniverse.nixosModules.daed
|
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|||||||
@@ -20,9 +20,6 @@
|
|||||||
QEMU-VM-Use-Case = true;
|
QEMU-VM-Use-Case = true;
|
||||||
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
||||||
|
|
||||||
Transparent-Proxy = false;
|
|
||||||
### See https://github.com/daeuniverse/daed
|
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
## System related
|
## System related
|
||||||
BootLoader = "systemd-boot";
|
BootLoader = "systemd-boot";
|
||||||
|
|||||||
@@ -20,9 +20,6 @@
|
|||||||
QEMU-VM-Use-Case = false;
|
QEMU-VM-Use-Case = false;
|
||||||
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
### See https://github.com/qemu/qemu ; https://github.com/virt-manager/virt-manager
|
||||||
|
|
||||||
Transparent-Proxy = false;
|
|
||||||
### See https://github.com/daeuniverse/daed
|
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
## System related
|
## System related
|
||||||
BootLoader = "systemd-boot";
|
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