global restructuring and shit

This commit is contained in:
tulg 2026-04-27 19:19:20 +03:00
parent 4a5582de57
commit d0d60be2e0
7 changed files with 76 additions and 75 deletions

View file

@ -11,6 +11,9 @@
../../modules/nixos/users/tulg.nix
./traefik.nix
#../../modules/home-manager/cli/default.nix
../../modules/servers/per-host/kittykat/vaultwarden.nix
../../modules/servers/per-host/kittykat/xray.nix
];
networking.hostName = "kittykat";
@ -19,21 +22,7 @@
fastfetch
kitty
];
services.xray-3x-ui = {
enable = true;
port = 2053;
openFirewall = false;
};
networking.firewall.allowedTCPPorts = [45544 22];
services.vaultwarden = {
enable = true;
config = {
DOMAIN = "https://vault.kittykat.poggerer.xyz";
SIGNUPS_ALLOWED = false;
ROCKET_PORT = 8222;
};
};
programs.bash.interactiveShellInit = ''
PS1="\[\e[38;5;177m\]\u\[\e[0m\]@\[\e[38;5;220m\]\h\[\e[0m\] \[\e[38;5;33m\]\w\[\e[0m\] \$ "
'';