about summary refs log tree commit diff
path: root/machines/heinrich.nix
Commit message (Collapse)AuthorAgeFilesLines
* Add common.nix and use it for all machines.aszlig2015-03-171-1/+1
| | | | | | | | We now have "pkgs.labernix" available for every machine. Also, we're deactivating the packet filter by default, so we can use it whenever we _really_ need it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add dummy boot/fileSystems attributes.aszlig2015-03-171-0/+4
| | | | | | | | As these machines are not deployed yet, we need to put in dummy values, because if we're not building VMs those attributes are expected to be set and end up with an evaluation error. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move heinrich and labtop into machines/.aszlig2015-03-111-0/+139
If we want to make tests or modules for those machines, it makes sense to properly namespace them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>