Compare commits
1 Commits
hydra
...
2017-04-22
| Author | SHA1 | Date | |
|---|---|---|---|
| c6fc32fbe7 |
@@ -266,7 +266,7 @@ in
|
|||||||
kibana = true;
|
kibana = true;
|
||||||
nix-serve-client = true;
|
nix-serve-client = true;
|
||||||
nix-serve-server = true;
|
nix-serve-server = true;
|
||||||
rabbitmq = true;
|
#rabbitmq = true;
|
||||||
tincAddress = "192.168.12.3/24";
|
tincAddress = "192.168.12.3/24";
|
||||||
tincExtraConfig = ''
|
tincExtraConfig = ''
|
||||||
ConnectTo = monstre_dubronetwork_fr
|
ConnectTo = monstre_dubronetwork_fr
|
||||||
|
|||||||
17
release.nix
17
release.nix
@@ -1,17 +0,0 @@
|
|||||||
{ supportedSystems ? [ "x86_64-linux" ]
|
|
||||||
, nixpkgs ? import <nixpkgs> {}
|
|
||||||
, config ? import ./config-generator.nix
|
|
||||||
, ...
|
|
||||||
}:
|
|
||||||
|
|
||||||
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
|
||||||
|
|
||||||
{
|
|
||||||
#r6d.base = import ./r6d-base.nix;
|
|
||||||
r6d = {
|
|
||||||
#= import ./iso-image/configuration.nix;
|
|
||||||
applications.terminal.cao = import ./applications/terminal/cao.nix {
|
|
||||||
config = self.config;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user