Move away from wezterm
This commit is contained in:
parent
afea4bacd0
commit
3a4d400fef
19 changed files with 217 additions and 314 deletions
modules/nixos
|
@ -1,12 +1,12 @@
|
|||
# (https://nixos.wiki/wiki/Module).
|
||||
|
||||
{
|
||||
# example = import ./example.nix;
|
||||
cloudflared = import ./cloudflared.nix;
|
||||
ports = import ./ports.nix;
|
||||
nginx = import ./nginx.nix;
|
||||
pilot = import ./pilot.nix;
|
||||
pounce = import ./pounce.nix;
|
||||
dns = import ./dns.nix;
|
||||
dns-assertions = import ./dns-assertions.nix;
|
||||
# example = ./example.nix;
|
||||
cloudflared = ./cloudflared.nix;
|
||||
ports = ./ports.nix;
|
||||
nginx = ./nginx.nix;
|
||||
pilot = ./pilot.nix;
|
||||
pounce = ./pounce.nix;
|
||||
dns = ./dns.nix;
|
||||
dns-assertions = ./dns-assertions.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue