mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
Fixed bulding
This commit is contained in:
parent
2ad99d74e3
commit
126e920c6f
3 changed files with 2 additions and 6 deletions
|
@ -69,7 +69,7 @@
|
|||
hardware.steam-hardware.enable = true;
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "jopejoe1 NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs;
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||
nur.url = github:nix-community/NUR;
|
||||
home-manager= {
|
||||
url = github:nix-community/home-manager;
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
./hardware.nix
|
||||
];
|
||||
|
||||
services.ivpn.enable = true;
|
||||
|
||||
networking.hostName = "kami";
|
||||
networking.hostId = "16c22faf";
|
||||
|
||||
|
@ -28,8 +26,6 @@
|
|||
|
||||
#boot.kernelParams = [ "module_blacklist=i915" ];
|
||||
|
||||
#services.boinc.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
libsForQt5.discover
|
||||
|
|
Loading…
Reference in a new issue