Fixed bulding

This commit is contained in:
Johannes Jöns 2023-05-19 19:49:08 +02:00
parent 2ad99d74e3
commit 126e920c6f
3 changed files with 2 additions and 6 deletions

View file

@ -69,7 +69,7 @@
hardware.steam-hardware.enable = true; hardware.steam-hardware.enable = true;
programs.steam = { programs.steam = {
enable = true; enable = false;
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
}; };

View file

@ -2,7 +2,7 @@
description = "jopejoe1 NixOS configuration"; description = "jopejoe1 NixOS configuration";
inputs = { inputs = {
nixpkgs.url = github:NixOS/nixpkgs; nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nur.url = github:nix-community/NUR; nur.url = github:nix-community/NUR;
home-manager= { home-manager= {
url = github:nix-community/home-manager; url = github:nix-community/home-manager;

View file

@ -6,8 +6,6 @@
./hardware.nix ./hardware.nix
]; ];
services.ivpn.enable = true;
networking.hostName = "kami"; networking.hostName = "kami";
networking.hostId = "16c22faf"; networking.hostId = "16c22faf";
@ -28,8 +26,6 @@
#boot.kernelParams = [ "module_blacklist=i915" ]; #boot.kernelParams = [ "module_blacklist=i915" ];
#services.boinc.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
prismlauncher prismlauncher
libsForQt5.discover libsForQt5.discover