mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
updated work config
This commit is contained in:
parent
6e83c4679b
commit
4df98eb99e
1 changed files with 17 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ let
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./common.nix
|
./common.nix
|
||||||
/home/may/Documents/GitHub/mywt/nixos-wt-httpd.nix
|
/home/may/Documents/wt/server_config/modules/website
|
||||||
../modules/networking.nix
|
../modules/networking.nix
|
||||||
../modules/bluetooth.nix
|
../modules/bluetooth.nix
|
||||||
../modules/fonts.nix
|
../modules/fonts.nix
|
||||||
|
|
@ -52,9 +52,14 @@ in {
|
||||||
XCURSOR_SIZE = "24";
|
XCURSOR_SIZE = "24";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.wtLocal = {
|
services.wtSite = {
|
||||||
enable = true;
|
enable = true;
|
||||||
root = "/home/may/Documents/GitHub/wt";
|
gitBase = "/home/may/Documents/wt/wt-git";
|
||||||
|
privBase = "/home/may/Documents/wt/wt-priv";
|
||||||
|
localBase = "/home/may/Documents/wt/wt-local";
|
||||||
|
envKind = "dev";
|
||||||
|
siteDomain = "www.wt.com";
|
||||||
|
portForwarding.enable = false;
|
||||||
user = "may";
|
user = "may";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
|
@ -80,12 +85,20 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
matchBlocks.site_wt = {
|
matchBlocks.site_wt = {
|
||||||
hostname = "50.28.84.195";
|
hostname = "hostv2.westminsterteak.com";
|
||||||
user = "admin";
|
user = "admin";
|
||||||
port = 22450;
|
port = 22450;
|
||||||
setEnv.TERM = "xterm-256color";
|
setEnv.TERM = "xterm-256color";
|
||||||
identityFile = "~/.ssh/wt_ed25519";
|
identityFile = "~/.ssh/wt_ed25519";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
matchBlocks.revprox_wt = {
|
||||||
|
hostname = "hostv2.westminsterteak.com";
|
||||||
|
user = "admin";
|
||||||
|
port = 22451;
|
||||||
|
setEnv.TERM = "xterm-256color";
|
||||||
|
identityFile = "~/.ssh/wt_ed25519";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.may.wayland.windowManager.hyprland.settings.exec-once = lib.mkAfter [
|
home-manager.users.may.wayland.windowManager.hyprland.settings.exec-once = lib.mkAfter [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue