zsh: enable, set for qenya, add config

This commit is contained in:
Katherina Walshe-Grey 2024-07-26 19:37:31 +01:00
parent 42ce170014
commit 3bd133b943
8 changed files with 50 additions and 0 deletions

View file

@ -30,6 +30,11 @@
enableACME = true;
locations."/".return = "301 https://git.qenya.tel$request_uri";
};
"birdsong.network" = {
forceSSL = true;
enableACME = true;
locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/";
};
};
};

View file

@ -6,6 +6,7 @@
../../home/cli.nix
../../home/git.nix
../../home/tmux.nix
../../home/zsh.nix
];
home.stateVersion = "23.11";