treewide: refactor bootloader config to common file
This commit is contained in:
parent
1b18133585
commit
cd84be16be
12 changed files with 30 additions and 53 deletions
|
@ -5,6 +5,12 @@
|
|||
"cryptroot".device = "/dev/disk/by-uuid/b414aaba-0a36-4135-a7e1-dc9489286acd";
|
||||
};
|
||||
|
||||
environment.etc.crypttab.text = ''
|
||||
albion UUID=acda0e7a-069f-47c7-8e37-ec00e7cdde0f /root/luks-albion.key
|
||||
'';
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ]; # for USB drives
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/ad4cbc18-8849-40ed-b0bf-097f8f46346b";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue