summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-10 18:16:35 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-10 18:16:35 -0500
commit6fc9855a677c19cf4dfb33cbfa2f416945618225 (patch)
tree820a56e4401e0a80bf9856ed0b8d798ab107eef5 /machines
parent076d4020e55631eb16bc09c3f541634b6cf17812 (diff)
allow tpm on dragon
Diffstat (limited to 'machines')
-rw-r--r--machines/dragon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix
index feed05d..ba91819 100644
--- a/machines/dragon.nix
+++ b/machines/dragon.nix
@@ -48,7 +48,7 @@ in
#};
boot = {
- kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ];
+ kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ''libata.allow_tpm=1'' ];
#kernel.sysctl = {
# "net.ipv4.conf.all.forwarding" = true;
# "net.ipv6.conf.all.forwarding" = true;