summaryrefslogtreecommitdiff
path: root/nix/systems
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-21 20:34:58 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-21 20:34:58 -0700
commit11d99a0715cf201a660e33d911c953313fec3796 (patch)
treead5b7a880d65e06025f7d34a8eb05c0e7e82ef9e /nix/systems
parent2f6ede5394f46892957369708c14fe6b1c7d6f81 (diff)
add support for managing secrets with gnu stow
Diffstat (limited to 'nix/systems')
-rw-r--r--nix/systems/continuity/default.nix5
-rw-r--r--nix/systems/installer/default.nix4
2 files changed, 4 insertions, 5 deletions
diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix
index 2520712..ca3b5bc 100644
--- a/nix/systems/continuity/default.nix
+++ b/nix/systems/continuity/default.nix
@@ -6,7 +6,10 @@
];
config = {
monorepo = {
- profiles.impermanence.enable = true;
+ profiles = {
+ impermanence.enable = true;
+ secureBoot = true;
+ };
vars = {
device = "/dev/sda";
fileSystem = "btrfs";
diff --git a/nix/systems/installer/default.nix b/nix/systems/installer/default.nix
index 6b63984..0341b0d 100644
--- a/nix/systems/installer/default.nix
+++ b/nix/systems/installer/default.nix
@@ -50,10 +50,6 @@ if [ "$(id -u)" -eq 0 ]; then
exit 1
fi
-gum style --border normal --margin "1" --padding "1 2" "Notice: if using full disk encryption, write to /tmp/secret.key first with your password."
-
-sleep 3
-
cd "$HOME"
ping -q -c1 google.com &>/dev/null && echo "online! Proceeding with the installation..." || nmtui