From fbb03f7c56e848c21fea046f7150236d2a34ebe2 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 9 Mar 2023 18:26:24 +0000 Subject: Add gitfs patch --- host/Rory-nginx/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host') diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 9d1a2c4..ea1e373 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -4,6 +4,7 @@ imports = [ ../../modules/base-server.nix + ../../modules/packages/gitfs.nix ]; networking = { @@ -73,5 +74,9 @@ security.acme.acceptTerms = true; security.acme.defaults.email = "root@thearcanebrony.net"; + environment.systemPackages = with pkgs; [ + #gitfs + ]; + system.stateVersion = "22.11"; # DO NOT EDIT! } -- cgit 1.5.1