pain
This commit is contained in:
parent
5acdaed42a
commit
cb6af5e7c4
16 changed files with 288 additions and 29 deletions
|
|
@ -9,11 +9,9 @@
|
|||
./disko.nix
|
||||
../../modules/nixos/networking/ssh.nix
|
||||
../../modules/nixos/users/tulg.nix
|
||||
./traefik.nix
|
||||
./home.nix
|
||||
../../modules/servers/per-host/kittykat/vaultwarden.nix
|
||||
|
||||
../../modules/servers/per-host/kittykat/xray.nix
|
||||
../../modules/servers/per-host/kittykat
|
||||
../../modules/servers/common.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kittykat";
|
||||
|
|
@ -27,6 +25,7 @@
|
|||
AllowTcpForwarding = true;
|
||||
X11Forwarding = true;
|
||||
GatewayPorts = "yes";
|
||||
PermitTunnel = "yes";
|
||||
};
|
||||
};
|
||||
programs.bash.interactiveShellInit = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue