diff options
| author | seth <[email protected]> | 2023-02-26 11:57:49 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-26 11:57:49 -0500 |
| commit | e22be7f445198b75a9a8f99eb633730ae131c648 (patch) | |
| tree | 60395067151fb4e12b6fff35294391a7949ea555 | |
| parent | 49bf8ac17be7c8a2a533ddf6bcce7b45c2c5464a (diff) | |
enable tpm support
| -rw-r--r-- | hosts/glados/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index a6bc4ae..82e6f98 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -11,6 +11,11 @@ _: { powerManagement.cpuFreqGovernor = "ondemand"; + security.tpm2 = { + enable = true; + abrmd.enable = true; + }; + zramSwap = { enable = true; algorithm = "zstd"; |
