summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/dragon.nix2
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;