stockholm/lass/1systems/green/config.nix

22 lines
529 B
Nix
Raw Normal View History

2019-04-07 19:35:34 +02:00
with import <stockholm/lib>;
{ config, lib, pkgs, ... }:
{
imports = [
<stockholm/lass>
<stockholm/lass/2configs>
<stockholm/lass/2configs/retiolum.nix>
<stockholm/lass/2configs/exim-retiolum.nix>
<stockholm/lass/2configs/mail.nix>
<stockholm/lass/2configs/syncthing.nix>
2019-04-17 20:00:06 +02:00
<stockholm/lass/2configs/sync/decsync.nix>
<stockholm/lass/2configs/sync/weechat.nix>
2019-04-07 19:35:34 +02:00
];
krebs.build.host = config.krebs.hosts.green;
#networking.nameservers = [ "1.1.1.1" ];
#time.timeZone = "Europe/Berlin";
}