summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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