diff options
| author | jeschli <jeschli@gmail.com> | 2019-07-16 19:06:14 +0200 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2019-07-16 19:06:14 +0200 |
| commit | 6ec5b1abcf5d93b38f9531d74ce7a44f5526fc26 (patch) | |
| tree | 5118d1fd5571799b91419dcd7a5803641b1294f6 /mb/1systems/gr33n | |
| parent | ecd65f1a4082fc97ae142701b0983279c030059a (diff) | |
| parent | 1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (diff) | |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'mb/1systems/gr33n')
| -rw-r--r-- | mb/1systems/gr33n/configuration.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mb/1systems/gr33n/configuration.nix b/mb/1systems/gr33n/configuration.nix index 4342ba0..dcf9877 100644 --- a/mb/1systems/gr33n/configuration.nix +++ b/mb/1systems/gr33n/configuration.nix @@ -62,6 +62,7 @@ in { wcalc wget xz + zbackup ]; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; @@ -71,6 +72,19 @@ in { services.openssh.enable = true; services.openssh.passwordAuthentication = false; + services.codimd = { + enable = true; + workDir = "/storage/codimd"; + configuration = { + port = 1337; + host = "0.0.0.0"; + db = { + dialect = "sqlite"; + storage = "/storage/codimd/db.codimd.sqlite"; + }; + }; + }; + networking.wireless.enable = false; networking.networkmanager.enable = false; krebs.iptables.enable = true; |
