Compare commits
2 Commits
2016-06-28
...
2016-07-13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87a0a9d3de | ||
|
|
aae5d9a4cc |
7
activation-manuelle/nix-serve-client.nix
Normal file
7
activation-manuelle/nix-serve-client.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Cache http pour le store
|
||||||
|
nix.requireSignedBinaryCaches = false;
|
||||||
|
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
|
||||||
|
}
|
||||||
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