From 6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 27 Dec 2024 00:59:21 -0800 Subject: Add missing argument --- hosts/arrakis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/arrakis') diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 44fcdaa..9844080 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -1,4 +1,4 @@ -{ config, inputs, outputs, pkgs, ... }: { +{ config, ghostty, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; kernel.sysctl = { -- cgit v1.2.3