deployed laptop harmatan.

This commit is contained in:
Gabe Venberg 2025-10-15 20:36:45 +02:00
parent 4282c8b199
commit 2bcc6c86aa
6 changed files with 43 additions and 38 deletions

View file

@ -22,7 +22,7 @@
content = {
type = "luks";
name = "crypted";
passwordFile = "/tmp/secret.key";
passwordFile = "/tmp/disk.key";
content = {
type = "btrfs";
extraArgs = ["-L" "nixos" "-f"];
@ -51,7 +51,7 @@
"/swap" = {
mountpoint = "/.swapvol";
swap.swapfile.size = "16G";
priority = 0;
swap.swapfile.priority = 0;
};
};
};