From 1d835887143903736a37b6744c77c47d9e271b2f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 15 Jul 2024 15:14:06 -0600 Subject: more onlykey --- machines/khad/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 868e6a6..08b84c9 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -18,6 +18,7 @@ }; kernelPackages = pkgs.linuxPackages_latest; # use latest kernel }; + hardware.onlykey.enable = true; networking.hostName = "khad"; # Define your hostname. # Pick only one of the below networking options. -- cgit v1.2.3