stockholm/makefu/1systems/cake/config.nix

22 lines
466 B
Nix
Raw Normal View History

2017-10-03 13:42:42 +00:00
{ config, lib, pkgs, ... }:
2017-10-01 12:01:48 +00:00
{
2017-10-01 18:12:06 +00:00
imports = [
<stockholm/makefu>
./hardware-config.nix
2017-10-03 13:42:42 +00:00
<stockholm/makefu/2configs/tools/core.nix>
2017-10-01 18:12:06 +00:00
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
];
krebs = {
enable = true;
tinc.retiolum.enable = true;
build.host = config.krebs.hosts.cake;
};
documentation.info.enable = false;
documentation.man.enable = false;
2017-10-01 18:12:06 +00:00
services.nixosManual.enable = false;
2017-11-15 11:43:09 +00:00
sound.enable = false;
2017-10-01 18:12:06 +00:00
}