Compare commits
6 Commits
2017-01-27
...
2017-02-27
| Author | SHA1 | Date | |
|---|---|---|---|
| e0a468bfeb | |||
| c4013be348 | |||
| 6cdd621db2 | |||
| a5bfdbcd3d | |||
| 5b954581db | |||
| ca11b46674 |
@@ -13,6 +13,11 @@ mkIf cfg.nix-serve-client {
|
||||
# Cache http pour le store
|
||||
requireSignedBinaryCaches = false;
|
||||
binaryCaches = [
|
||||
#(mkIf (computers.isRollo) "http://ocean.grudu.net:5001/")
|
||||
(mkIf (computers.isRollo) "http://192.168.12.6:5000/")
|
||||
#(mkIf (computers.isOcean) "http://rollo.grudu.net:5001/")
|
||||
(mkIf (computers.isOcean) "http://192.168.12.5:5000/")
|
||||
|
||||
(mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001")
|
||||
|
||||
(mkIf profiles.isPrunetwork "https://cache.nixos.org/")
|
||||
|
||||
@@ -235,6 +235,8 @@ in
|
||||
r6d.config-generator = {
|
||||
docker = true;
|
||||
radicale = true;
|
||||
nix-serve-client = true;
|
||||
nix-serve-server = true;
|
||||
tincAddress = "192.168.12.6/24";
|
||||
tincExtraConfig = ''
|
||||
ConnectTo = rollo_dubronetwork_fr
|
||||
@@ -365,6 +367,8 @@ in
|
||||
fail2ban = true;
|
||||
mailboxes = true;
|
||||
murmur = true;
|
||||
nix-serve-client = true;
|
||||
nix-serve-server = true;
|
||||
tincAddress = "192.168.12.5/24";
|
||||
tincExtraConfig = ''
|
||||
ConnectTo = ocean_prunetwork_fr
|
||||
|
||||
Reference in New Issue
Block a user