Merge remote-tracking branch 'prism/staging/jeschli'
This commit is contained in:
commit
58fe54d3f9
@ -8,6 +8,7 @@
|
|||||||
<stockholm/jeschli/2configs/emacs.nix>
|
<stockholm/jeschli/2configs/emacs.nix>
|
||||||
<stockholm/jeschli/2configs/xdg.nix>
|
<stockholm/jeschli/2configs/xdg.nix>
|
||||||
<stockholm/jeschli/2configs/xserver>
|
<stockholm/jeschli/2configs/xserver>
|
||||||
|
<stockholm/jeschli/2configs/steam.nix>
|
||||||
<stockholm/jeschli/2configs/virtualbox.nix>
|
<stockholm/jeschli/2configs/virtualbox.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<stockholm/jeschli>
|
<stockholm/jeschli>
|
||||||
<stockholm/jeschli/2configs/retiolum.nix>
|
<stockholm/jeschli/2configs/retiolum.nix>
|
||||||
<stockholm/jeschli/2configs/IM.nix>
|
<stockholm/jeschli/2configs/IM.nix>
|
||||||
|
<stockholm/jeschli/2configs/git.nix>
|
||||||
<stockholm/jeschli/2configs/os-templates/CentOS-7-64bit.nix>
|
<stockholm/jeschli/2configs/os-templates/CentOS-7-64bit.nix>
|
||||||
{
|
{
|
||||||
networking.dhcpcd.allowInterfaces = [
|
networking.dhcpcd.allowInterfaces = [
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
tinc = pkgs.tinc_pre;
|
tinc = pkgs.tinc_pre;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 655 ];
|
networking.firewall.allowedTCPPorts = [ 80 655 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 655 ];
|
networking.firewall.allowedUDPPorts = [ 655 ];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
12
jeschli/2configs/steam.nix
Normal file
12
jeschli/2configs/steam.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
nixpkgs.config.steam.java = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
steam
|
||||||
|
];
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
#ports for inhome streaming
|
||||||
|
}
|
@ -132,6 +132,7 @@ with import <stockholm/lib>;
|
|||||||
ip6.addr = "42::30";
|
ip6.addr = "42::30";
|
||||||
aliases = [
|
aliases = [
|
||||||
"enklave.r"
|
"enklave.r"
|
||||||
|
"cgit.enklave.r"
|
||||||
];
|
];
|
||||||
tinc.pubkey = ''
|
tinc.pubkey = ''
|
||||||
-----BEGIN RSA PUBLIC KEY-----
|
-----BEGIN RSA PUBLIC KEY-----
|
||||||
|
Loading…
Reference in New Issue
Block a user