diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-15 15:14:06 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-15 15:14:06 -0600 |
| commit | 1d835887143903736a37b6744c77c47d9e271b2f (patch) | |
| tree | d8c1f179519e64c9da1abb16f2f621bf26b45761 /machines | |
| parent | 2100fb2e8d8acc10759e8c80d613de817ee61ac3 (diff) | |
more onlykey
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/khad/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
