forked from nico/dots
nix: make nix actually install
This commit is contained in:
parent
2bc3ac5dce
commit
135f6d803b
6 changed files with 18 additions and 13 deletions
|
|
@ -14,14 +14,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/d987bb46-2de5-4e0a-a1dd-381118166968";
|
||||
{ device = "/dev/disk/by-uuid/892f6bb2-89a9-4205-9419-486f34483e7d";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/64a5f122-22e5-4d81-b249-d29ea111f69c";
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/88BC-99EF";
|
||||
{ device = "/dev/disk/by-uuid/2819-D198";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue