summaryrefslogtreecommitdiffstats
path: root/3modules/krebs.nix
blob: ea961015e87f235a94f86cf697e18f5dff93af37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ lib, ... }:
# krebs emulation layer
{
  options = with lib; with types;{
    #krebs.enable = mkEnableOption "krebs";
    #krebs.hosts = mkOption {
    #  default = {};
    #  type =  attrsOf anything;
    #};
    krebs.build = mkOption {
      default = {};
      type = attrsOf anything;
    };
    #krebs.users = mkOption {
    #  default = {};
    #  type = attrsOf anything;
    #};
  };
  config = {
    krebs.users.makefu = {
      name = "makefu";
      mail = "makefu@x.r";
      pubkey = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl3RTOHd5DLiVeUbUr/GSiKoRWknXQnbkIf+uNiFO+XxiqZVojPlumQUVhasY8UzDzj9tSDruUKXpjut50FhIO5UFAgsBeMJyoZbgY/+R+QKU00Q19+IiUtxeFol/9dCO+F4o937MC0OpAC10LbOXN/9SYIXueYk3pJxIycXwUqhYmyEqtDdVh9Rx32LBVqlBoXRHpNGPLiswV2qNe0b5p919IGcslzf1XoUzfE3a3yjk/XbWh/59xnl4V7Oe7+iQheFxOT6rFA30WYwEygs5As//ZYtxvnn0gA02gOnXJsNjOW9irlxOUeP7IOU6Ye3WRKFRR0+7PS+w8IJLag2xb makefu@x";
    };
  };
}
[cgit] Unable to lock slot /tmp/cgit/12200000.lock: No such file or directory (2)