Commit Graph

323 Commits

Author SHA1 Message Date
Sam f7695f4d15 Arion flake input 2024-07-07 15:36:34 +01:00
Sam 52a3b85c8f Docker and postgres config 2024-07-07 15:36:34 +01:00
Sam c9ee7c7e80 Add postgres btrfs zvol 2024-07-07 15:36:34 +01:00
Sam fc2f6f4ca3 Remove deploy_key from sops 2024-07-07 15:36:34 +01:00
Sam 67e3d9dded Update flake secrets 2024-07-07 15:36:34 +01:00
Sam 4fbfbee45b Removed precognition nixvim plugin 2024-07-07 15:35:38 +01:00
Sam b8f85256a7 small fix 2024-07-06 21:17:32 +01:00
Sam 271b5958b8 Postgres docker configuration 2024-07-06 20:53:26 +01:00
Sam 2f0ddf8375 Modify postgres docker container
- add sops-secrets for admin pwd
- POSTGRES_MULTIPLE_DATABASES as json to specify users and extensions
- initdb docker entrypoint script to create dbs, users and extensions
  from json
2024-07-06 16:02:10 +01:00
Sam e419389862 Update nix-secrets 2024-07-06 16:01:40 +01:00
Sam fec1dae750 Add arion package 2024-07-06 16:01:17 +01:00
Sam 3b7a597d8f pg init script to configure db on start
- create users & dbs
- setup db permissions
- install extensions
2024-07-06 10:28:09 +01:00
Sam 1e95ba6c36 pgdata dir and admin_db default database 2024-07-06 10:27:15 +01:00
Sam d29250a2a6 Build postgres using dockerfile
- use dockerfile to install postgis during build
2024-07-06 10:26:08 +01:00
Sam f71ece31f1 Minor fixes 2024-07-05 18:59:10 +01:00
Sam a71ee506d3 Podman to user groups 2024-07-05 18:58:46 +01:00
Sam 7f9c3535ef Arion flake input 2024-07-05 18:58:30 +01:00
Sam 9ace130029 Docker and postgres config 2024-07-05 18:58:03 +01:00
Sam 92d09646fa Add postgres btrfs zvol 2024-07-05 18:57:17 +01:00
Sam 33981eea6d Remove deploy_key from sops 2024-07-05 18:56:41 +01:00
Sam bd719c72fa Update flake secrets 2024-07-05 18:56:18 +01:00
sam 37192edd83 Merge branch 'master' of git.bitlab21.com:sam/nixos 2024-07-05 16:34:11 +01:00
Sam 911d7d6905 ifTheuExist and extra groups to user sam 2024-07-05 16:32:49 +01:00
Sam 74dab0c38d nebula zfs configuration and post-install-setup script 2024-07-05 16:31:58 +01:00
Sam f6290f3215 music_player to dwm 2024-07-04 17:19:33 +01:00
Sam 8c13a24cc8 Added music nfs mount to semita 2024-07-04 17:18:55 +01:00
Sam 60b6064ded Added personal build of kunst as package overlay 2024-07-04 17:18:05 +01:00
Sam 5000138b85 Update flake nixvim 2024-07-04 17:16:58 +01:00
Sam 20bdddf472 Enabled fontconfig (caused issues with symbols in dwm) 2024-07-02 12:21:38 +01:00
Sam bcf6db040e Updated dwm (patched functional gaps) 2024-07-02 12:20:48 +01:00
Sam 63ba2ebaba Update fontconfig settings
- Remove unnecessary import
2024-06-28 20:30:26 +01:00
mrsu e6f0770f97 tidied disks 2024-06-28 20:21:27 +01:00
mrsu 05ee6da5ee removed admin deploykey in home and reverted persistance change 2024-06-28 18:16:15 +01:00
mrsu 739018e98f moved fonts.nix to fontconfig in display 2024-06-28 18:15:36 +01:00
mrsu 906d11b3b0 add enable persistance option 2024-06-28 16:05:12 +01:00
mrsu 89dceb1827 modified overseer to nebula, setup zfs 2024-06-28 15:26:16 +01:00
mrsu 0f83b32f2b deploy key added in hosts 2024-06-25 22:04:28 +01:00
mrsu 91eda4f7cd created overseer host, upgraded stateVersion to 24.04 2024-06-25 18:19:47 +01:00
Sam ecdf80143d Update flake.lock and flake.nix
* Remove flake-utils_2, nix-github-actions, nixpkgs_2, poetry2nix, systems_2, systems_3, and treefmt-nix_2 from flake.lock
* Add alpha plugin configuration in home/common/core/nixvim/plugins/alpha.nix
* Include alpha plugin in home/common/core/nixvim/plugins/default.nix
2024-06-23 15:22:51 +01:00
Sam a227c6e17f added toipe package to dwm 2024-06-23 15:14:24 +01:00
Sam 57d5f3350d housekeeping 2024-06-23 15:13:01 +01:00
Sam 13bed86ae6 Added sqlfmt as python wheel derivation
* Removed personal packages repo import for sqlfmt and poetry2nix
* Removed homeConfigurations section from flake.nix
* Updated home.packages in home/common/core/nixvim/default.nix to include sqlfmt
* Added sqlfmt package in pkgs/default.nix and pkgs/sqlfmt/default.nix
* Removed unused imports in hosts/common/users/sam/default.nix
2024-06-23 12:29:49 +01:00
Sam 5c7a624c94 Add aichat-wrapper script to dwm configuration
- Add a new script to the dwm configuration that allows for easy selection
and use of different AI models using the aichat command line interface.
2024-06-22 21:10:15 +01:00
Sam aef3c1c1ce Update git-commit-ai script: remove endpoint, use aichat for model selection
- Replace hardcoded endpoint with aichat for model selection
- Remove system_message variable and its usage in query
- Use aichat command for generating commit message instead of curl
2024-06-22 15:12:31 +01:00
Sam 5b65d7d5b1 update to nixpkgs 24.04 2024-06-22 14:37:19 +01:00
Sam db746efe7e Update git-commit-ai and xinitrc, bump nsxiv version
- Remove echo command in git-commit-ai script
- Add clipboard-save to autostart in xinitrc
- Update nsxiv to latest version
2024-06-20 13:29:33 +01:00
Sam ed4f367713 Update git-commit-ai and add new scripts
- update DWM config
- add tiktoken-cli for token counting
- introduce a shell script for generating AI-assisted commit messages
2024-06-20 13:07:20 +01:00
Sam 37bd716e05 Added/modified default environment options
- Added IMAGE_EDITOR = drawing
- Added IMAGE_VIEWER = nsxiv
- Modified TERMINAL from alacritty to st
2024-06-20 10:35:22 +01:00
Sam d804790b9b Moved gtk/qt themes to dedicated themes folder.
- Created dedicated themes folder in desktop/common/themes
- Created a new theme "standard-dark.nix"
- Import theme in host "semita"
- Removed theme options from user profile
2024-06-20 10:30:28 +01:00
Sam 974b90d997 Added fugitive package to nixvim 2024-06-20 10:08:10 +01:00