feat(nixos): move smb credentials to server module and add librechat secrets

This commit is contained in:
Mohammad Rafiq 2025-06-17 10:18:25 +08:00
parent 8e9af60c16
commit 9c4fd69420
No known key found for this signature in database
5 changed files with 30 additions and 43 deletions

View file

@ -9,12 +9,10 @@ in
email = "rafiq@rrv.sh";
};
server.mountHelios = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
users.defaultUserShell = zsh;
programs = {
zsh.enable = true;
zsh.enableCompletion = true;
};
nixpkgs.hostPlatform = "x86_64-linux";
}