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

23 lines
620 B
Nix
Raw Normal View History

2018-05-16 15:26:19 +00:00
with import <stockholm/lib>;
{ config, lib, pkgs, ... }:
{
imports = [
<stockholm/lass>
<stockholm/lass/2configs>
<stockholm/lass/2configs/retiolum.nix>
2018-05-20 08:20:10 +00:00
<stockholm/lass/2configs/exim-retiolum.nix>
<stockholm/lass/2configs/blue.nix>
2019-03-23 15:06:39 +00:00
<stockholm/lass/2configs/syncthing.nix>
2021-01-23 17:08:37 +00:00
<stockholm/lass/2configs/sync/sync.nix>
2019-04-17 18:00:06 +00:00
<stockholm/lass/2configs/sync/decsync.nix>
2018-05-16 15:26:19 +00:00
];
krebs.build.host = config.krebs.hosts.blue;
2018-05-20 08:20:10 +00:00
networking.nameservers = [ "1.1.1.1" ];
time.timeZone = "Europe/Berlin";
users.users.mainUser.openssh.authorizedKeys.keys = [ config.krebs.users.lass-android.pubkey ];
2018-05-16 15:26:19 +00:00
}