serveur de cache nix
This commit is contained in:
7
activation-manuelle/nix-serve.nix
Normal file
7
activation-manuelle/nix-serve.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Cache http pour le store
|
||||||
|
services.nix-serve.enable = true;
|
||||||
|
networking.firewall.allowedTCPPorts = [5000];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user