improvements

feature/hass
Ingolf Wagner 2022-01-04 07:31:19 +01:00
parent 227f51f937
commit 9fec2c53c5
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
5 changed files with 13 additions and 1 deletions

View File

@ -6,6 +6,7 @@
./hardware-configuration.nix
./mail-fetcher.nix
./packages.nix
#./home-assistant.nix
#./kodi.nix
./syncthing.nix

View File

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = [
pkgs.mediainfo
pkgs.youtube-dl
];
}

View File

@ -9,6 +9,7 @@
music = config.services.syncthing.declarative.folders.music-library.path;
samples = config.services.syncthing.declarative.folders.samples.path;
series = config.services.syncthing.declarative.folders.series.path;
series2 = "/media/series";
books = config.services.syncthing.declarative.folders.books.path;
};
#private.test = {

View File

@ -1,5 +1,7 @@
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
mosh
mediainfo
youtube-dl
];
}

View File

@ -287,7 +287,7 @@ in
# [ 5044 12304 12305 ];
# host nginx setup
# curl transmission.robi.private < will work
# curl -H "Host: transmission.robi.private" https://robi.private/ < will work
# curl -H "Host: transmission.robi.private" https://144.76.13.147/ < wont work
services.nginx = {