tv exim-retiolum: init
This commit is contained in:
parent
1a5a3c0cf2
commit
f6a4131dae
tv
|
@ -5,11 +5,9 @@ with lib;
|
||||||
{
|
{
|
||||||
krebs.build.host = config.krebs.hosts.nomic;
|
krebs.build.host = config.krebs.hosts.nomic;
|
||||||
|
|
||||||
krebs.build.target = "root@nomic.gg23";
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../2configs/hw/AO753.nix
|
../2configs/hw/AO753.nix
|
||||||
#../2configs/consul-server.nix
|
../2configs/exim-retiolum.nix
|
||||||
../2configs/git.nix
|
../2configs/git.nix
|
||||||
../2configs/pulse.nix
|
../2configs/pulse.nix
|
||||||
../2configs/xserver
|
../2configs/xserver
|
||||||
|
@ -24,9 +22,6 @@ with lib;
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
krebs.exim-retiolum.enable = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
krebs.nginx = {
|
krebs.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../2configs/hw/w110er.nix
|
../2configs/hw/w110er.nix
|
||||||
#../2configs/consul-client.nix
|
../2configs/exim-retiolum.nix
|
||||||
../2configs/git.nix
|
../2configs/git.nix
|
||||||
../2configs/mail-client.nix
|
../2configs/mail-client.nix
|
||||||
../2configs/pulse.nix
|
../2configs/pulse.nix
|
||||||
|
@ -134,9 +134,6 @@ with lib;
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
krebs.exim-retiolum.enable = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
krebs.nginx = {
|
krebs.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -5,12 +5,9 @@ with lib;
|
||||||
{
|
{
|
||||||
krebs.build.host = config.krebs.hosts.xu;
|
krebs.build.host = config.krebs.hosts.xu;
|
||||||
|
|
||||||
krebs.build.source.git.nixpkgs.rev =
|
|
||||||
"7ae05edcdd14f6ace83ead9bf0d114e97c89a83a";
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../2configs/hw/x220.nix
|
../2configs/hw/x220.nix
|
||||||
#../2configs/consul-client.nix
|
../2configs/exim-retiolum.nix
|
||||||
../2configs/git.nix
|
../2configs/git.nix
|
||||||
../2configs/mail-client.nix
|
../2configs/mail-client.nix
|
||||||
../2configs/pulse.nix
|
../2configs/pulse.nix
|
||||||
|
@ -135,9 +132,6 @@ with lib;
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
krebs.exim-retiolum.enable = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
krebs.nginx = {
|
krebs.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
5
tv/2configs/exim-retiolum.nix
Normal file
5
tv/2configs/exim-retiolum.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
krebs.exim-retiolum.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue