mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
update to 19.03
This commit is contained in:
@@ -10,6 +10,7 @@ in {
|
||||
./hardware-configuration.nix
|
||||
<system/containers.nix>
|
||||
<configs/save-space.nix>
|
||||
<configs/nixpkgs-unstable.nix>
|
||||
<modules/retiolum.nix>
|
||||
<modules/telegram-bot.nix>
|
||||
<configs/distrobump.nix>
|
||||
|
||||
@@ -12,7 +12,7 @@ in {
|
||||
|
||||
niveum.telegramBots.quotebot = {
|
||||
enable = true;
|
||||
time = "08:00";
|
||||
time = "08/6:00";
|
||||
token = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram-kmein.token>);
|
||||
chatIds = [ "18980945" ];
|
||||
command = "${pkgs.literature-quote}/bin/literature-quote";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
<configs>
|
||||
<configs/default.nix>
|
||||
{
|
||||
services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user