zsh test fin

This commit is contained in:
2025-10-13 12:02:49 -05:00
parent 61e8436dd9
commit dc5c5038b9
3 changed files with 8 additions and 17 deletions

View File

@@ -105,10 +105,10 @@ in
secret-key = "+mYVAc1uO85hUUz5Ij6Lpelv1RqiLlneYqZD5Jv45buoF2+LZtIt2okRrbFCppiRQbqXkGoRMtSI0bROg4uFUw==";
users = {blake = {password-hash = "$2a$10$RwPCkcto35DCp4vNTDpH6.G3TpecPJ/zUL1jI93uzr.lg6v233Sie";};};
};
# branding = {
# logo-url = "/assets/icons/holocron_logo.png";
# favicon-url = "/assets/icons/holocron_favicon.ico";
# };
branding = {
logo-url = "/assets/icons/snowbelle.png";
favicon-url = "/assets/icons/favicon.ico";
};
pages = [
{
name = "snowbelle";
@@ -217,20 +217,10 @@ in
# override umask to make permissions work out
systemd.services.${service}.serviceConfig = {
UMask = lib.mkForce "0007";
# User = "${service}";
# Group = "${service}";
User = service;
Group = service;
};
# # open firewall
# networking.firewall.allowedTCPPorts = [ cfg.port ];
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";
# group = "${service}";
# };
# };
# add to caddy for reverse proxy
services.caddy.virtualHosts."${cfg.url}" = {
# serverAliases = [ "${homelab.public_domain}" ];

View File

@@ -104,7 +104,7 @@ cmd mkfile %{{
# make backup
cmd mkbak %{{
for x in $fx; do
cp $x $x.bak
cp -r $x $x.bak
done
}}

View File

@@ -22,6 +22,7 @@
home.sessionVariables.ZDOTDIR = "$HOME/.config/zsh";
programs.zsh = {
enable = true;
# dotDir = ".config/zsh";
};
# link dotfiles
xdg.configFile."zsh" = {