nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 67d1bf388976b654d80658483bb92e2aff5debb8
parent 7b734b875b7f534ee5edeffe8dca03bb63c3340e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  6 Apr 2024 21:45:34 +0200

Make soju a command as well

Diffstat:
Mnixos/worker-2/configuration.nix | 2+-
Mnixos/worker-2/soju.nix | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -101,7 +101,7 @@ in { gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 60d"; + options = "--delete-older-than 30d"; }; }; diff --git a/nixos/worker-2/soju.nix b/nixos/worker-2/soju.nix @@ -62,6 +62,8 @@ Group = "soju"; }; }; + + environment.systemPackages = [inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.soju]; networking.firewall.allowedTCPPorts = [ 6697 ];