summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-10 20:53:47 +0200
committermakefu <github@syntax-fehler.de>2023-06-10 21:23:44 +0200
commitf0c524a6ac40e153117caf11431d5c7a2edcd3f8 (patch)
treecdd834261a93bc85cca453101ab11d4e8b2b4a18 /3modules
parent00ae5602b3f7f2b73ff8fa7f58e622f162d1281f (diff)
init secrets
Diffstat (limited to '3modules')
-rw-r--r--3modules/krebs.nix25
1 files changed, 13 insertions, 12 deletions
diff --git a/3modules/krebs.nix b/3modules/krebs.nix
index bdddcf1a4..ea961015e 100644
--- a/3modules/krebs.nix
+++ b/3modules/krebs.nix
@@ -1,25 +1,26 @@
-{ lib }:
+{ lib, ... }:
# krebs emulation layer
{
- options = with lib.types;{
- krebs.hosts = mkOption {
- default = {};
- type = attrsOf anything;
- };
+ 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;
- };
+ #krebs.users = mkOption {
+ # default = {};
+ # type = attrsOf anything;
+ #};
};
config = {
- users.makefu = {
+ 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/c2000000.lock: No such file or directory (2)