From 25074a7a85c124fdbf5ef2e32bbb3897e3bd34ec Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 20 Aug 2022 13:54:45 +0200 Subject: [PATCH] updates --- nixos/hosts/olympus/default.nix | 1 + nixos/hosts/olympus/gitea/configuration.nix | 2 +- nixos/hosts/other/null/configuration.nix | 6 ++++++ nixos/pkgs/default.nix | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/olympus/default.nix b/nixos/hosts/olympus/default.nix index 95bac89..980504a 100644 --- a/nixos/hosts/olympus/default.nix +++ b/nixos/hosts/olympus/default.nix @@ -98,6 +98,7 @@ hostname = "minecraft"; ip = "10.42.42.21"; mac = "EA:30:73:E4:B6:69"; + nix = false; } { hostname = "gitea"; diff --git a/nixos/hosts/olympus/gitea/configuration.nix b/nixos/hosts/olympus/gitea/configuration.nix index 7105f71..dd867c5 100644 --- a/nixos/hosts/olympus/gitea/configuration.nix +++ b/nixos/hosts/olympus/gitea/configuration.nix @@ -44,7 +44,6 @@ lfs.enable = true; dump.type = "tar.gz"; database.type = "postgres"; - ssh.clonePort = 42; settings = { repository = { @@ -69,6 +68,7 @@ }; server = { "LANDING_PAGE" = "explore"; + "SSH_PORT" = 42; }; session = { "PROVIDER" = "db"; diff --git a/nixos/hosts/other/null/configuration.nix b/nixos/hosts/other/null/configuration.nix index cefe524..815c0a4 100644 --- a/nixos/hosts/other/null/configuration.nix +++ b/nixos/hosts/other/null/configuration.nix @@ -103,6 +103,12 @@ in vim ]; + programs.steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + }; + services.fstrim.enable = true; # This value determines the NixOS release from which the default diff --git a/nixos/pkgs/default.nix b/nixos/pkgs/default.nix index c460bc6..211f868 100644 --- a/nixos/pkgs/default.nix +++ b/nixos/pkgs/default.nix @@ -6,6 +6,8 @@ final: prev: { ''; }); + discord = prev.discord.override { withOpenASAR = true; }; + vmagent = prev.callPackage ./vmagent { }; v = {