]> Untitled Git - monorepo.git/commitdiff
continuity use BTRFS main
authorPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 05:47:09 +0000 (22:47 -0700)
committerPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 05:47:09 +0000 (22:47 -0700)
README.org
config/nix.org
nix/systems/continuity/default.nix
nix/systems/installer/commits.nix

index 433b5d751cadcb6e5be786549203f30e0e3f9142..c3edaa37d08c86f0b0ee74d5dd8b07bb338a0641 100644 (file)
@@ -32,7 +32,6 @@ first.
 ** Post-setup
 In emacs, run ~M-x all-the-icons-install-fonts, ~~M-x nerd-icons-install-fonts~, and ~M-x org-roam-db-sync~. Install your music to ~$HOME/music~ for
 emms. In firefox, go to the three-bar menu and enable all the add-ons that were automatically installed. Set up the ~mu~ program in order to
 ** Post-setup
 In emacs, run ~M-x all-the-icons-install-fonts, ~~M-x nerd-icons-install-fonts~, and ~M-x org-roam-db-sync~. Install your music to ~$HOME/music~ for
 emms. In firefox, go to the three-bar menu and enable all the add-ons that were automatically installed. Set up the ~mu~ program in order to
-send and receive email, along with modifying the corresponding mbsync and msmtp commands. Change ~nix/flakevars.nix~ to your liking, and add
-new systems if you want.
+send and receive email, along with modifying the corresponding mbsync and msmtp commands. Change ~nix/flakevars.nix~ to your liking.
 * License
 See the [[file:LICENSE][license]] The style.css has its own license.
 * License
 See the [[file:LICENSE][license]] The style.css has its own license.
index a0bf8b8fa528e513fb37ff2dde5c3dd9af06d59b..ae8631daeb6332257c63b27a257ca9bdb2f96368 100644 (file)
@@ -3650,7 +3650,7 @@ This is pretty understandable, if you understand all the above.
   { ... }:
   {
     imports = [
   { ... }:
   {
     imports = [
-      ../../disko/drive-simple.nix
+      ../../disko/btrfs-simple.nix
       ../common.nix
     ];
     config = {
       ../common.nix
     ];
     config = {
@@ -3807,7 +3807,7 @@ work deterministically.
 #+begin_src nix :tangle ../nix/systems/installer/commits.nix
   {
     diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
 #+begin_src nix :tangle ../nix/systems/installer/commits.nix
   {
     diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
-    monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+    monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
     monorepoUrl = "https://github.com/ret2pop/monorepo";
   }
 #+end_src
     monorepoUrl = "https://github.com/ret2pop/monorepo";
   }
 #+end_src
index e9efd3434ec58ed0e40118cd58f364f99377933a..d1484c28865f71302a192691eba64c283ad8168d 100644 (file)
@@ -1,7 +1,7 @@
 { ... }:
 {
   imports = [
 { ... }:
 {
   imports = [
-    ../../disko/drive-simple.nix
+    ../../disko/btrfs-simple.nix
     ../common.nix
   ];
   config = {
     ../common.nix
   ];
   config = {
index bcad2056eac58651e041ae03934f299fc9e63707..b6c8be391316cf5990d96eda3c25118178f9d05d 100644 (file)
@@ -1,5 +1,5 @@
 {
   diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
 {
   diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
-  monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+  monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
   monorepoUrl = "https://github.com/ret2pop/monorepo";
 }
   monorepoUrl = "https://github.com/ret2pop/monorepo";
 }