Create options for managing disk UUIDs
This commit is contained in:
parent
54c43ef2cf
commit
a8f17c5c52
2 changed files with 33 additions and 4 deletions
|
|
@ -6,10 +6,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
bootUUID = "9c2d7380-571d-4bc5-9ad2-e4888ce351be";
|
||||
efiUUID = "71E7-7A63";
|
||||
luuksUUID = "b0ace3a0-64f0-461e-a604-7f6788384d12";
|
||||
cryptrootUUID = "769362f6-43d4-4b83-a12c-d006c9bd6613";
|
||||
bootUUID = config.machines.fs.bootUUID;
|
||||
efiUUID = config.machines.fs.efiUUID;
|
||||
luuksUUID = config.machines.fs.luuksUUID;
|
||||
cryptrootUUID = config.machines.fs.cryptrootUUID;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue