wow it actually is sorta workable now

This commit is contained in:
stitchy 2024-01-21 01:53:24 +00:00
parent 15c4cae652
commit 8a58079706
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
15 changed files with 688 additions and 140 deletions

View file

@ -16,6 +16,12 @@
options = [ "subvol=@nix-root" ];
};
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/d626409d-8166-45c2-a168-09dfab31b8a4";
fsType = "btrfs";
options = [ "subvol=@home" ];
};
boot.initrd.luks.devices."luksdev".device = "/dev/disk/by-uuid/100a5596-671b-48ba-a1d1-0723559baf87";
swapDevices = [ ];