global restructuring and shit
This commit is contained in:
parent
4a5582de57
commit
d0d60be2e0
7 changed files with 76 additions and 75 deletions
|
|
@ -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\] \$ "
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue