]> Untitled Git - monorepo.git/commitdiff
fix impermanence yet again
authorPreston Pan <ret2pop@gmail.com>
Sat, 20 Sep 2025 09:51:47 +0000 (02:51 -0700)
committerPreston Pan <ret2pop@gmail.com>
Sat, 20 Sep 2025 09:51:47 +0000 (02:51 -0700)
.env
agenda.org
config/nix.org
nix/modules/home/zsh.nix
nix/modules/impermanence.nix

diff --git a/.env b/.env
index b23291721950a10c0e9c70c21fac3129db7f4ffa..2b9e0a999c21d9c2e7f8cbcbcca22526ca658d59 100644 (file)
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
 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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
index cf46700a80971e49e67649213bfe89ced22410a9..a584af11ede402046e702350b9908d7b8b949cdf 100644 (file)
@@ -55,7 +55,7 @@ These are one-time tasks that are scheduled at a particular date, and that don't
 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
index 614878f14194257371e96c9311719323d26d8e70..b4b1b63f1d6a410f99f698585fc9983ff493b8b9 100644 (file)
@@ -1195,7 +1195,7 @@ This is my impermanence profile, which removes all files on reboot except for th
       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";
       };
@@ -3517,6 +3517,7 @@ standard.
         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/";
index 574e6ace76e2705b00f718f11c053c1f8d9a30a6..78f2cc66e0c6b5a7a8230f03e9108489cf65bfb6 100644 (file)
@@ -29,6 +29,7 @@
       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/";
index d728b6aeffe497288097d1a20c65db08140a5059..e2abf3d37dc13c07b55dd0bc5e30a773a088f5cd 100644 (file)
@@ -32,7 +32,7 @@
     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";
     };