mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
formatting
This commit is contained in:
parent
e6c4f0bc75
commit
4bd3816f34
2 changed files with 5 additions and 9 deletions
|
@ -8,11 +8,7 @@
|
|||
runAsRoot = false;
|
||||
swtpm.enable = true;
|
||||
ovmf.packages = [
|
||||
(pkgs.OVMF.override ({
|
||||
tpmSupport = true;
|
||||
secureBoot =
|
||||
true;
|
||||
})).fd
|
||||
(pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue