OPENAI_API_KEY=nothing
OPENAI_BASE_URL="http://localhost:11434/v1"
-OPENAI_MODEL=qwen3-coder:latest
+OPENAI_MODEL=bjoernb/qwen3-coder-30b-1m:latest
TAVILY_API_KEY=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
schedules.
** Appointments
These are tasks related to my appointments which have to be at a specific time.
-*** TODO Appointment Call
+*** DONE Appointment Call
I have an appointment in a couple days.
SCHEDULED: <2025-09-16 Tue 15:45>
*** TODO Friends Stay a Night
umount /btrfs_tmp
'' else "");
- boot.initrd.luks.devices = (if (! (config.monorepo.vars.fileSystem == "btrfs")) then {
+ boot.initrd.luks.devices = (if (config.monorepo.vars.fileSystem == "btrfs") then {
crypted = {
device = "/dev/disk/by-partlabel/disk-main-luks";
};
g = "git";
v = "vim";
py = "python3";
+ build-installer = "nix build $HOME/monorepo/nix#nixosConfigurations.installer.config.system.build.isoImage";
rb = "sudo nixos-rebuild switch --flake $HOME/monorepo/nix#${systemHostName}";
nfu = "cd ~/monorepo/nix && git add . && git commit -m \"new flake lock\" && nix flake update";
usync = "rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/website_html/ root@${config.monorepo.vars.remoteHost}:/var/www/${config.monorepo.vars.internetName}-website/";
g = "git";
v = "vim";
py = "python3";
+ build-installer = "nix build $HOME/monorepo/nix#nixosConfigurations.installer.config.system.build.isoImage";
rb = "sudo nixos-rebuild switch --flake $HOME/monorepo/nix#${systemHostName}";
nfu = "cd ~/monorepo/nix && git add . && git commit -m \"new flake lock\" && nix flake update";
usync = "rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/website_html/ root@${config.monorepo.vars.remoteHost}:/var/www/${config.monorepo.vars.internetName}-website/";
umount /btrfs_tmp
'' else "");
- boot.initrd.luks.devices = (if (! (config.monorepo.vars.fileSystem == "btrfs")) then {
+ boot.initrd.luks.devices = (if (config.monorepo.vars.fileSystem == "btrfs") then {
crypted = {
device = "/dev/disk/by-partlabel/disk-main-luks";
};