This commit is contained in:
2026-03-29 16:41:34 -03:00
parent 45ed719d7d
commit fd10ef1b32
22 changed files with 510 additions and 241 deletions
+17
View File
@@ -0,0 +1,17 @@
{ config, lib, inputs, pkgs, ... }: {
services.cloudflared = {
enable = true;
tunnels = {
"d5615be7-62ce-414c-a2b3-67dcbbbd4ac4" = {
credentialsFile = "/etc/cloudflared/d5615be7-62ce-414c-a2b3-67dcbbbd4ac4.json";
default = "http_status:404";
ingress = {
"pass.darkgui.com.br" = "http://localhost:8080";
};
};
};
};
}
+1
View File
@@ -3,5 +3,6 @@
imports = [
./pkgsconfig.nix
./pkgs.nix
./cloudflared.nix
];
}
+15 -6
View File
@@ -6,10 +6,12 @@
environment.systemPackages = with pkgs; [
## Aplicativos sociais
bitwarden-desktop
sunshine
tailscale
## inputs
inputs.zen-browser.packages.${stdenv.hostPlatform.system}.default
inputs.hayase.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.shiru.packages.${pkgs.stdenv.hostPlatform.system}.default
## Utilitários do sistema e dev tools
nh
@@ -20,8 +22,7 @@
gcc
ethtool
efibootmgr
docker-compose
podman
docker-compose
distroshelf
distrobox
freerdp
@@ -32,7 +33,8 @@
usbutils
openrgb
winetricks
wineWowPackages.staging
#wineWowPackages.staging
wine
haguichi
logmein-hamachi
zerotierone
@@ -43,18 +45,25 @@
onlyoffice-desktopeditors
adwaita-qt
adwaita-qt6
winboat
#winboat
xwayland-satellite
linux-wallpaperengine
kdePackages.polkit-qt-1
#kdePackages.polkit-qt-1
kdePackages.krdp
cloudflared
## inputs stable
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.winboat
];
programs.gpu-screen-recorder.enable = true;
services.logmein-hamachi.enable = true;
programs.haguichi.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-38.8.4"
];
}
+2 -15
View File
@@ -13,12 +13,11 @@
gamemode.enable = true;
};
## Configuraçoes do obs
#programs.obs-studio = {
# enable = true;
# # optional Nvidia hardware acceleration
# #optional Nvidia hardware acceleration
# package = (
# pkgs.obs-studio.override {
# cudaSupport = true;
@@ -30,7 +29,7 @@
# obs-gstreamer
# obs-vkcapture
# ];
#enableVirtualCamera = true;
# #enableVirtualCamera = true;
#};
## Configuraçoes do LACT
@@ -45,18 +44,6 @@
enable = true;
};
## Configuraçao de Docker
#virtualisation.podman = {
#enable = true;
#dockerCompat = true;
#};
users.users.gui.extraGroups = [ "docker" ];
users.groups.docker.gid = 131;
virtualisation.docker = {
enable = true;
};
## Fontes
fonts.fontDir.enable = true;