updates
This commit is contained in:
parent
0c30b1ed0d
commit
283241b727
5 changed files with 67 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue