summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org3
-rw-r--r--config/nix.org4
-rw-r--r--nix/systems/continuity/default.nix2
-rw-r--r--nix/systems/installer/commits.nix2
4 files changed, 5 insertions, 6 deletions
diff --git a/README.org b/README.org
index 433b5d7..c3edaa3 100644
--- a/README.org
+++ b/README.org
@@ -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
-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.
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
diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix
index e9efd34..d1484c2 100644
--- a/nix/systems/continuity/default.nix
+++ b/nix/systems/continuity/default.nix
@@ -1,7 +1,7 @@
{ ... }:
{
imports = [
- ../../disko/drive-simple.nix
+ ../../disko/btrfs-simple.nix
../common.nix
];
config = {
diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix
index bcad205..b6c8be3 100644
--- a/nix/systems/installer/commits.nix
+++ b/nix/systems/installer/commits.nix
@@ -1,5 +1,5 @@
{
diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
- monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+ monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
monorepoUrl = "https://github.com/ret2pop/monorepo";
}