lass: port everything to stockholm
This commit is contained in:
parent
b5d5b75d7d
commit
ac64527c57
@ -23,8 +23,23 @@
|
||||
}
|
||||
];
|
||||
|
||||
krebs.enable = true;
|
||||
krebs.build.host = config.krebs.hosts.cloudkrebs;
|
||||
krebs.build = {
|
||||
target = "root@cloudkrebs";
|
||||
host = config.krebs.hosts.cloudkrebs;
|
||||
deps = {
|
||||
nixpkgs = {
|
||||
url = https://github.com/Lassulus/nixpkgs;
|
||||
rev = "1879a011925c561f0a7fd4043da0768bbff41d0b";
|
||||
};
|
||||
secrets = {
|
||||
url = "/home/lass/secrets/${config.krebs.build.host.name}";
|
||||
};
|
||||
stockholm = {
|
||||
url = toString ../..;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "cloudkrebs";
|
||||
|
||||
}
|
@ -18,11 +18,26 @@
|
||||
../../2configs/lass/ircd.nix
|
||||
../../2configs/lass/chromium-patched.nix
|
||||
../../2configs/lass/new-repos.nix
|
||||
../../2configs/tv/synaptics.nix
|
||||
#../../2configs/tv/synaptics.nix
|
||||
../../2configs/lass/retiolum.nix
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
krebs.build = {
|
||||
target = "root@mors";
|
||||
host = config.krebs.hosts.mors;
|
||||
deps = {
|
||||
nixpkgs = {
|
||||
url = https://github.com/Lassulus/nixpkgs;
|
||||
rev = "1879a011925c561f0a7fd4043da0768bbff41d0b";
|
||||
};
|
||||
secrets = {
|
||||
url = "/home/lass/secrets/${config.krebs.build.host.name}";
|
||||
};
|
||||
stockholm = {
|
||||
url = toString ../..;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "mors";
|
||||
networking.wireless.enable = true;
|
@ -23,8 +23,23 @@ with builtins;
|
||||
}
|
||||
];
|
||||
|
||||
krebs.enable = true;
|
||||
krebs.build.host = config.krebs.hosts.uriel;
|
||||
krebs.build = {
|
||||
target = "root@uriel";
|
||||
host = config.krebs.hosts.uriel;
|
||||
deps = {
|
||||
nixpkgs = {
|
||||
url = https://github.com/Lassulus/nixpkgs;
|
||||
rev = "961fcbabd7643171ea74bd550fee1ce5c13c2e90";
|
||||
};
|
||||
secrets = {
|
||||
url = "/home/lass/secrets/${config.krebs.build.host.name}";
|
||||
};
|
||||
stockholm = {
|
||||
url = toString ../..;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "uriel";
|
||||
|
||||
networking.wireless.enable = true;
|
@ -1,6 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with import ../../4lib/tv { inherit lib pkgs; };
|
||||
with import ../../tv/lib { inherit lib pkgs; };
|
||||
let
|
||||
|
||||
out = {
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
../../3modules/lass/iptables.nix
|
||||
../../2configs/tv/exim-retiolum.nix
|
||||
../../tv/configs/exim-retiolum.nix
|
||||
];
|
||||
|
||||
lass.iptables = {
|
Loading…
Reference in New Issue
Block a user