mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
Compare commits
4 Commits
c6f6a78877
...
531c7b3fc8
Author | SHA1 | Date | |
---|---|---|---|
531c7b3fc8 | |||
97a8cb7462 | |||
19367553c0 | |||
b4cf3f650f |
@ -5,7 +5,6 @@
|
|||||||
./wireguard-server.nix
|
./wireguard-server.nix
|
||||||
./samba-server.nix
|
./samba-server.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./obsidian-vault.nix
|
|
||||||
./share.nix
|
./share.nix
|
||||||
./rss.nix
|
./rss.nix
|
||||||
./home-assistant
|
./home-assistant
|
||||||
@ -126,13 +125,6 @@
|
|||||||
"git.tstarr.us" = (SSL // {
|
"git.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:3001/";
|
locations."/".proxyPass = "http://localhost:3001/";
|
||||||
});
|
});
|
||||||
"vault.tstarr.us" = (SSL // {
|
|
||||||
locations."/".proxyPass = "http://localhost:5000/";
|
|
||||||
extraConfig = ''
|
|
||||||
auth_pam "Password Required";
|
|
||||||
auth_pam_service_name "nginx";
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
"share.tstarr.us" = (SSL // {
|
"share.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:5001/";
|
locations."/".proxyPass = "http://localhost:5001/";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{ config, lib, pkgs, user, ... }:
|
|
||||||
{
|
|
||||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
|
||||||
networking.firewall.allowedUDPPorts = [ 5000 ];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ dufs ];
|
|
||||||
|
|
||||||
systemd.services.obsidian-vault = {
|
|
||||||
description = "Start dufs containing obsidian vault (vulcan)";
|
|
||||||
wantedBy = [ "default.target" ];
|
|
||||||
|
|
||||||
restartIfChanged = true;
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "simple";
|
|
||||||
Restart = "always";
|
|
||||||
ExecStart = "${pkgs.dufs}/bin/dufs -p 5000 -A /engi/apps/dufs/vault";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -70,7 +70,6 @@ in {
|
|||||||
{ "name" = "Homelab"; "children" = [
|
{ "name" = "Homelab"; "children" = [
|
||||||
{ "url" = "http://localhost:8384"; name = "Syncthing"; }
|
{ "url" = "http://localhost:8384"; name = "Syncthing"; }
|
||||||
{ "url" = "https://github.com/starr-dusT/dotfiles"; name = "Dotfiles"; }
|
{ "url" = "https://github.com/starr-dusT/dotfiles"; name = "Dotfiles"; }
|
||||||
{ "url" = "https://vault.tstarr.us"; name = "Vault (dufs)"; }
|
|
||||||
{ "url" = "https://rssbridge.tstarr.us"; name = "RSSBridge"; }
|
{ "url" = "https://rssbridge.tstarr.us"; name = "RSSBridge"; }
|
||||||
]; }
|
]; }
|
||||||
{ "name" = "Nix"; "children" = [
|
{ "name" = "Nix"; "children" = [
|
||||||
|
@ -17,8 +17,8 @@ in {
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(python3.withPackages my-python-packages)
|
(python3.withPackages my-python-packages)
|
||||||
beancount
|
|
||||||
fava
|
fava
|
||||||
|
beancount
|
||||||
nodePackages_latest.pyright
|
nodePackages_latest.pyright
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user