This commit is contained in:
zoey 2025-05-28 12:33:51 -04:00
parent 0c30b1ed0d
commit 283241b727
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
5 changed files with 67 additions and 69 deletions

View file

@ -142,8 +142,7 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "earth"; # Define your hostname.
networking.extraHosts = "127.0.0.1 local-cald.io";
networking.hostId = "a2a8bfcc";
networking.networkmanager = {
enable = true;
@ -183,16 +182,26 @@
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
services.wg.enable = true;
services.wg.enable = false;
# home-manager.useGlobalPkgs = false;
environment.systemPackages = [
pkgs.sbctl
pkgs.kdiskmark
pkgs.mangohud
(pkgs.shadps4.overrideAttrs {
version = "0.9.0";
src = pkgs.fetchFromGitHub {
owner = "AzaharPlus";
repo = "shadPS4Plus";
tag = "SHADPS4PLUS_0_9_0_A";
hash = "sha256-ZwP+bOE4roWt51Ii53blDZzdq/SxK4Q69I4rLCNARLA=";
fetchSubmodules = true;
};
})
(pkgs.lutris.override {
extraPkgs = pkgs: [
inputs.nix-gaming.packages.${pkgs.system}.wine-tkg-zoey
pkgs.winetricks
];
})
@ -256,7 +265,7 @@
openFirewall = true;
settings = {
"SteamLibrary" = {
path = "/mnt/bk"; # Update this path to your drive's mount point
path = "/mnt/zbk"; # Update this path to your drive's mount point
browseable = true;
writable = true;
guestOk = true; # Allow access without authentication