deployed laptop harmatan.
This commit is contained in:
parent
4282c8b199
commit
2bcc6c86aa
6 changed files with 43 additions and 38 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue