diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 00:59:21 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 00:59:21 -0800 |
commit | 6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4 (patch) | |
tree | 4f63f923d418ad91560cb83eca3bb93be419469a /hosts | |
parent | efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf (diff) | |
download | nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar.gz nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar.bz2 nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar.lz nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar.xz nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.tar.zst nix-6cfd9879baa7796bc9c0956c86ffbf7ef94edbc4.zip |
Add missing argument
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |