mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update pbp.nix
This commit is contained in:
parent
499b8e0332
commit
920ea4cca7
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.initrd.luks.devices = {
|
||||||
|
crypt-root = {
|
||||||
|
device = "/dev/disk/by-label/luks";
|
||||||
|
preLVM = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
device = "/dev/disk/by-label/NIXOS_SD";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue