summaryrefslogtreecommitdiff
path: root/config/nix.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-18 22:47:09 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-18 22:47:09 -0700
commite2fbfac7ad7c0b4d438179b31d2ed53d884313a0 (patch)
treedb22cc262cf9df52a3f522684ce2f9bcc17b97ff /config/nix.org
parentbb31a5a879154432e11a75e69070b58004ddc07b (diff)
continuity use BTRFS
Diffstat (limited to 'config/nix.org')
-rw-r--r--config/nix.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org
index a0bf8b8..ae8631d 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -3650,7 +3650,7 @@ This is pretty understandable, if you understand all the above.
{ ... }:
{
imports = [
- ../../disko/drive-simple.nix
+ ../../disko/btrfs-simple.nix
../common.nix
];
config = {
@@ -3807,7 +3807,7 @@ work deterministically.
#+begin_src nix :tangle ../nix/systems/installer/commits.nix
{
diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
- monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+ monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
monorepoUrl = "https://github.com/ret2pop/monorepo";
}
#+end_src