ddd
This commit is contained in:
@@ -68,6 +68,7 @@ boot = {
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
security.pki.certificateFiles = [ ./certs/beammp.pem ];
|
||||
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
@@ -75,7 +76,6 @@ boot = {
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-31.7.7"
|
||||
"qtwebengine-5.15.19"
|
||||
];
|
||||
|
||||
environment.variables.AMD_VULKAN_ICD = "RADV";
|
||||
@@ -244,7 +244,7 @@ hardware.pulseaudio.extraConfig = ''
|
||||
|
||||
|
||||
fileSystems."/mnt/More-Games" = {
|
||||
device = "/dev/disk/by-uuid/eb1d5913-63fb-4fd8-8299-b428fd2d5ea0";
|
||||
device = "/dev/disk/by-uuid/fdbbe9a8-da6e-4ef2-b4e5-5154f181ee66";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"users"
|
||||
@@ -269,7 +269,7 @@ hardware.pulseaudio.extraConfig = ''
|
||||
];
|
||||
|
||||
services.open-webui = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
port = 3246;
|
||||
host = "0.0.0.0";
|
||||
environment = {
|
||||
@@ -318,7 +318,6 @@ hardware.pulseaudio.extraConfig = ''
|
||||
killall
|
||||
mangohud
|
||||
aonsoku
|
||||
teamspeak3
|
||||
cemu
|
||||
teamspeak6-client
|
||||
oterm
|
||||
@@ -345,7 +344,6 @@ hardware.pulseaudio.extraConfig = ''
|
||||
vivaldi
|
||||
cargo
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
qalculate-qt
|
||||
kdePackages.kdenlive
|
||||
wineWowPackages.wayland
|
||||
blueman
|
||||
@@ -360,7 +358,6 @@ hardware.pulseaudio.extraConfig = ''
|
||||
nspr
|
||||
nss_latest
|
||||
nssTools
|
||||
qt5.full
|
||||
dconf
|
||||
openjdk23
|
||||
heroic
|
||||
@@ -368,7 +365,7 @@ hardware.pulseaudio.extraConfig = ''
|
||||
gamescope
|
||||
playerctl
|
||||
wine
|
||||
alvr
|
||||
#alvr
|
||||
bottles
|
||||
cava
|
||||
pop-icon-theme
|
||||
|
||||
Reference in New Issue
Block a user