1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-04-10 21:14:29 +02:00
parent c70c4369dc
commit b9a6f33aa4
21 changed files with 88 additions and 62 deletions

View File

@@ -8,7 +8,7 @@ in {
imports = [
<system/hardware-configuration.nix>
<system/containers.nix>
<modules/retiolum.nix>
<niveum/modules/retiolum.nix>
];
boot.loader.grub.enable = false;
@@ -24,7 +24,7 @@ in {
};
environment.variables.TERM = "linux";
environment.variables.HTOPRC = toString <htoprc>;
environment.variables.HTOPRC = toString <niveum/dot/htoprc>;
documentation.enable = false;
documentation.doc.enable = false;

View File

@@ -1,8 +1,8 @@
{ config, pkgs, ... }:
let
telegram-reverse = pkgs.python3Packages.callPackage <packages/telegram-reverse.nix> {};
telegram-betacode = pkgs.python3Packages.callPackage <packages/telegram-betacode.nix> {};
telegram-horoscope = pkgs.python3Packages.callPackage <packages/telegram-horoscope.nix> {};
telegram-reverse = pkgs.python3Packages.callPackage <niveum/packages/telegram-reverse.nix> {};
telegram-betacode = pkgs.python3Packages.callPackage <niveum/packages/telegram-betacode.nix> {};
telegram-horoscope = pkgs.python3Packages.callPackage <niveum/packages/telegram-horoscope.nix> {};
in {
containers.telegram-bots = {
autoStart = true;