feat(nixos): move smb credentials to server module and add librechat secrets
This commit is contained in:
parent
8e9af60c16
commit
9c4fd69420
5 changed files with 30 additions and 43 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue