dotfiles/network.nix

16 lines
377 B
Nix
Raw Normal View History

2016-01-28 02:59:31 +01:00
with (import <secrets>).hostnames; {
network.description = "yorick's stuff";
frumar = {
imports = [./frumar/configuration.nix];
deployment.targetHost = frumar;
};
2016-04-14 14:02:16 +02:00
pennyworth = {
imports = [./pennyworth/configuration.nix];
deployment.targetHost = pennyworth;
};
2016-08-26 20:14:24 +02:00
woodhouse = {
imports = [./woodhouse/configuration.nix];
deployment.targetHost = woodhouse;
};
2016-01-28 02:59:31 +01:00
}