diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-03-10 18:30:07 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-03-10 18:30:07 -0500 |
commit | 07675fef5836b22b1dcc495fc727128a942d139b (patch) | |
tree | 37812639c02102b039f919e8c772c7d54bbb5d42 /machines | |
parent | 6fc9855a677c19cf4dfb33cbfa2f416945618225 (diff) |
Revert "allow tpm on dragon"
This reverts commit 6fc9855a677c19cf4dfb33cbfa2f416945618225.
Diffstat (limited to 'machines')
-rw-r--r-- | machines/dragon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix index ba91819..feed05d 100644 --- a/machines/dragon.nix +++ b/machines/dragon.nix @@ -48,7 +48,7 @@ in #}; boot = { - kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ''libata.allow_tpm=1'' ]; + kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ]; #kernel.sysctl = { # "net.ipv4.conf.all.forwarding" = true; # "net.ipv6.conf.all.forwarding" = true; |