nixos-config/1systems/cake/config.nix

22 lines
466 B
Nix
Raw Normal View History

2017-10-03 15:42:42 +02:00
{ config, lib, pkgs, ... }:
2017-10-01 14:01:48 +02:00
{
2017-10-01 20:12:06 +02:00
imports = [
<stockholm/makefu>
./hardware-config.nix
2017-10-03 15:42:42 +02:00
<stockholm/makefu/2configs/tools/core.nix>
2017-10-01 20:12:06 +02: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 20:12:06 +02:00
services.nixosManual.enable = false;
2017-11-15 12:43:09 +01:00
sound.enable = false;
2017-10-01 20:12:06 +02:00
}